summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-17 11:53:46 +0000
committerphk <phk@FreeBSD.org>1998-05-17 11:53:46 +0000
commit86337bf437231439248dd4b12415782692638387 (patch)
tree8e86681a81336aa062882602bbad469e1183f108 /sys/kern/uipc_sockbuf.c
parent12211e2fa72e1a384d08e7c40d9d255d0e596635 (diff)
downloadFreeBSD-src-86337bf437231439248dd4b12415782692638387.zip
FreeBSD-src-86337bf437231439248dd4b12415782692638387.tar.gz
s/nanoruntime/nanouptime/g
s/microruntime/microuptime/g Reviewed by: bde
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
-rw-r--r--sys/kern/uipc_sockbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 8ad3522..fd3277e 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_socket2.c 8.1 (Berkeley) 6/10/93
- * $Id: uipc_socket2.c,v 1.33 1998/04/24 04:15:18 dg Exp $
+ * $Id: uipc_socket2.c,v 1.34 1998/05/15 20:11:30 wollman Exp $
*/
#include <sys/param.h>
@@ -163,7 +163,7 @@ sodropablereq(head)
static unsigned int cur_cnt, old_cnt;
struct timeval tv;
- getmicroruntime(&tv);
+ getmicrouptime(&tv);
if ((i = (tv.tv_sec - old_runtime.tv_sec)) != 0) {
old_runtime = tv;
old_cnt = cur_cnt / i;
OpenPOWER on IntegriCloud