Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Change ratecap to its presumably intended type of st...
details: https://anonhg.NetBSD.org/src/rev/a92909b932c2
branches: trunk
changeset: 482124:a92909b932c2
user: fvdl <fvdl%NetBSD.org@localhost>
date: Mon Feb 14 21:17:04 2000 +0000
description:
Change ratecap to its presumably intended type of struct timeval.
diffstat:
sys/sys/pool.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fa404611cf65 -r a92909b932c2 sys/sys/pool.h
--- a/sys/sys/pool.h Mon Feb 14 20:29:54 2000 +0000
+++ b/sys/sys/pool.h Mon Feb 14 21:17:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pool.h,v 1.16 1999/08/05 04:00:03 sommerfeld Exp $ */
+/* $NetBSD: pool.h,v 1.17 2000/02/14 21:17:04 fvdl Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -118,7 +118,7 @@
* if the hard limit is reached.
*/
const char *pr_hardlimit_warning;
- int pr_hardlimit_ratecap; /* in seconds */
+ struct timeval pr_hardlimit_ratecap;
struct timeval pr_hardlimit_warning_last;
/*
Home |
Main Index |
Thread Index |
Old Index