summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-15 17:20:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-15 17:20:35 +0000
commite270bde952c1ca4c60b59947f0209c920c2bfb61 (patch)
tree310f643b910a14483c3434aed2a16ef000a8ce70
parentec0695df77d432aca172b7e84e99a768f4fa0217 (diff)
Update Berkeley sccsid since this includes the lite2 changes
-rw-r--r--sys/sys/sysctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index 94852cc92d0..13aeb2fcb94 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.h,v 1.23 1997/12/08 21:25:34 deraadt Exp $ */
+/* $OpenBSD: sysctl.h,v 1.24 1998/03/15 17:20:34 millert Exp $ */
/* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */
/*
@@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)sysctl.h 8.1 (Berkeley) 6/2/93
+ * @(#)sysctl.h 8.2 (Berkeley) 3/30/95
*/
#ifndef _SYS_SYSCTL_H_