avoid sys/param.h; Jonas Termansen
authorderaadt <deraadt@openbsd.org>
Thu, 17 Jul 2014 23:48:24 +0000 (23:48 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Jul 2014 23:48:24 +0000 (23:48 +0000)
lib/libcrypto/ppccap.c
lib/libssl/d1_lib.c
lib/libssl/src/crypto/ppccap.c
lib/libssl/src/ssl/d1_lib.c

index 47b613e..ce01edf 100644 (file)
@@ -1,8 +1,9 @@
-/* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */
-#include <unistd.h>
-#include <sys/param.h>
+/* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */
+
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <machine/cpu.h>
+#include <unistd.h>
 
 #include <crypto.h>
 #include <openssl/bn.h>
index 0539ad4..ff78d0c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: d1_lib.c,v 1.23 2014/07/11 13:09:04 miod Exp $ */
+/* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */
 /* 
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
@@ -57,7 +57,7 @@
  *
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <netinet/in.h>
index 47b613e..ce01edf 100644 (file)
@@ -1,8 +1,9 @@
-/* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */
-#include <unistd.h>
-#include <sys/param.h>
+/* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */
+
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <machine/cpu.h>
+#include <unistd.h>
 
 #include <crypto.h>
 #include <openssl/bn.h>
index 0539ad4..ff78d0c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: d1_lib.c,v 1.23 2014/07/11 13:09:04 miod Exp $ */
+/* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */
 /* 
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
@@ -57,7 +57,7 @@
  *
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <netinet/in.h>