Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/sys Pull up revision 1.29 (via patch, requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ed23fbfddb16
branches:  netbsd-1-4
changeset: 470380:ed23fbfddb16
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 18 20:26:14 2000 +0000

description:
Pull up revision 1.29 (via patch, requested by thorpej):
  Implement ratecheck(), a function which can help kernel programmers
  implement rate-limited actions.

diffstat:

 sys/sys/time.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea2c473fd63f -r ed23fbfddb16 sys/sys/time.h
--- a/sys/sys/time.h    Fri Feb 18 20:25:34 2000 +0000
+++ b/sys/sys/time.h    Fri Feb 18 20:26:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.27 1998/03/01 02:24:15 fvdl Exp $   */
+/*     $NetBSD: time.h,v 1.27.8.1 2000/02/18 20:26:14 he Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -162,6 +162,7 @@
 int    itimerfix __P((struct timeval *tv));
 int    itimerdecr __P((struct itimerval *itp, int usec));
 void   microtime __P((struct timeval *tv));
+int    ratecheck __P((struct timeval *, const struct timeval *));
 #else /* !_KERNEL */
 
 #ifndef _STANDALONE



Home | Main Index | Thread Index | Old Index