]> git.proxmox.com Git - mirror_iproute2.git/commit
utils: get_jiffies always uses base=0
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 21 Dec 2010 11:54:09 +0000 (12:54 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 17 Mar 2011 17:00:43 +0000 (10:00 -0700)
commit897fb84fd9b872a544076f88430bc35fc12b7cc8
treeebda8e87d051e241473c82753f8d46631984c9d8
parent4bb75da2d02ff16af775de0b2d12d07240c73eab
utils: get_jiffies always uses base=0

get_jiffies() is in all places called in the same manner, with base=0;
simplify argument list by putting the constant value into the function.
include/utils.h
ip/iproute.c
lib/utils.c