Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Include "sys/param.h" to fix build problems in appli...



details:   https://anonhg.NetBSD.org/src/rev/4e383e5ed5a7
branches:  trunk
changeset: 557184:4e383e5ed5a7
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jan 03 23:29:42 2004 +0000

description:
Include "sys/param.h" to fix build problems in applications which include
this header file.

diffstat:

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

diffs (17 lines):

diff -r 246e6ec7689e -r 4e383e5ed5a7 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Sat Jan 03 23:01:41 2004 +0000
+++ b/sys/sys/sysctl.h  Sat Jan 03 23:29:42 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.104 2003/12/30 12:33:24 pk Exp $  */
+/*     $NetBSD: sysctl.h,v 1.105 2004/01/03 23:29:42 tron Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -40,6 +40,7 @@
 /*
  * These are for the eproc structure defined below.
  */
+#include <sys/param.h>
 #include <sys/time.h>
 #include <sys/ucred.h>
 #include <sys/ucontext.h>



Home | Main Index | Thread Index | Old Index