these never needed sys/param.h
authorderaadt <deraadt@openbsd.org>
Wed, 14 Jan 2015 23:03:50 +0000 (23:03 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 14 Jan 2015 23:03:50 +0000 (23:03 +0000)
lib/libc/compat-43/gethostid.c
lib/libc/compat-43/sethostid.c
lib/libc/gen/getdomainname.c
lib/libc/gen/gethostname.c
lib/libc/gen/getpagesize.c

index 0661065..60f0a67 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: gethostid.c,v 1.7 2005/08/08 08:05:33 espie Exp $ */
+/*     $OpenBSD: gethostid.c,v 1.8 2015/01/14 23:03:50 deraadt Exp $ */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <unistd.h>
 
index 4392e04..236f621 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sethostid.c,v 1.8 2005/08/08 08:05:33 espie Exp $ */
+/*     $OpenBSD: sethostid.c,v 1.9 2015/01/14 23:03:50 deraadt Exp $ */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <unistd.h>
 
index ce8c1aa..83aaf94 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: getdomainname.c,v 1.7 2005/08/08 08:05:34 espie Exp $ */
+/*     $OpenBSD: getdomainname.c,v 1.8 2015/01/14 23:03:50 deraadt Exp $ */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <unistd.h>
 
index 4b01b8b..4ae3439 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: gethostname.c,v 1.7 2005/08/08 08:05:34 espie Exp $ */
+/*     $OpenBSD: gethostname.c,v 1.8 2015/01/14 23:03:50 deraadt Exp $ */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <unistd.h>
 
index 2d01336..37d0255 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: getpagesize.c,v 1.6 2005/08/08 08:05:34 espie Exp $ */
+/*     $OpenBSD: getpagesize.c,v 1.7 2015/01/14 23:03:50 deraadt Exp $ */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <unistd.h>