summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket2.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-05-17 11:53:46 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-05-17 11:53:46 +0000
commitc21410e1192bfc47a8bca3ca72ee8ff726bffa4c (patch)
tree5c814f4bcc9cdc3884962691fdc860de2d3767f1 /sys/kern/uipc_socket2.c
parent0e1e9fdca68a149adeea8cb4efb441fd8a569145 (diff)
Notes
Diffstat (limited to 'sys/kern/uipc_socket2.c')
-rw-r--r--sys/kern/uipc_socket2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c
index 8ad352269662..fd3277e31cb3 100644
--- a/sys/kern/uipc_socket2.c
+++ b/sys/kern/uipc_socket2.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;