aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
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 8ad352269662..fd3277e31cb3 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;