bsd-no-sysparam-for-asm-20030626
authorJim Rees <rees@umich.edu>
Thu, 26 Jun 2003 18:00:11 +0000 (18:00 +0000)
committerJim Rees <rees@umich.edu>
Thu, 26 Jun 2003 18:00:11 +0000 (18:00 +0000)
don't #include sys/param.h in asm code (lwp/process.s)

src/config/param.i386_fbsd_42.h
src/config/param.i386_fbsd_43.h
src/config/param.i386_fbsd_44.h
src/config/param.i386_fbsd_45.h
src/config/param.i386_fbsd_46.h
src/config/param.i386_fbsd_47.h
src/config/param.i386_fbsd_50.h
src/config/param.i386_nbsd16.h
src/config/param.i386_nbsd20.h

index 1a9194f..2bae68d 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index 4e3b91f..7c760d7 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index cff8379..b8a74b8 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index 46a01cc..b7d9028 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index f482d65..1e5db68 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index d37f0cf..83199fd 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index 27cb53e..fafd99f 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
index 2bc33a0..a018da6 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_X86_XBSD_ENV 1
 
index c2d6846..4dbf69b 100644 (file)
@@ -4,7 +4,9 @@
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
+#ifndef IGNORE_STDS_H
 #include <sys/param.h>
+#endif
 
 #define AFS_X86_XBSD_ENV 1