From 51c36cd685ed8cd912dcba865c852d168f75c7fb Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 26 Jun 2003 18:00:11 +0000 Subject: [PATCH] bsd-no-sysparam-for-asm-20030626 don't #include sys/param.h in asm code (lwp/process.s) --- src/config/param.i386_fbsd_42.h | 2 ++ src/config/param.i386_fbsd_43.h | 2 ++ src/config/param.i386_fbsd_44.h | 2 ++ src/config/param.i386_fbsd_45.h | 2 ++ src/config/param.i386_fbsd_46.h | 2 ++ src/config/param.i386_fbsd_47.h | 2 ++ src/config/param.i386_fbsd_50.h | 2 ++ src/config/param.i386_nbsd16.h | 2 ++ src/config/param.i386_nbsd20.h | 2 ++ 9 files changed, 18 insertions(+) diff --git a/src/config/param.i386_fbsd_42.h b/src/config/param.i386_fbsd_42.h index 1a9194fa8..2bae68d64 100644 --- a/src/config/param.i386_fbsd_42.h +++ b/src/config/param.i386_fbsd_42.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_43.h b/src/config/param.i386_fbsd_43.h index 4e3b91fad..7c760d7c8 100644 --- a/src/config/param.i386_fbsd_43.h +++ b/src/config/param.i386_fbsd_43.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_44.h b/src/config/param.i386_fbsd_44.h index cff83796e..b8a74b86c 100644 --- a/src/config/param.i386_fbsd_44.h +++ b/src/config/param.i386_fbsd_44.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_45.h b/src/config/param.i386_fbsd_45.h index 46a01cca8..b7d90289e 100644 --- a/src/config/param.i386_fbsd_45.h +++ b/src/config/param.i386_fbsd_45.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_46.h b/src/config/param.i386_fbsd_46.h index f482d656e..1e5db68bb 100644 --- a/src/config/param.i386_fbsd_46.h +++ b/src/config/param.i386_fbsd_46.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_47.h b/src/config/param.i386_fbsd_47.h index d37f0cfb8..83199fded 100644 --- a/src/config/param.i386_fbsd_47.h +++ b/src/config/param.i386_fbsd_47.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_fbsd_50.h b/src/config/param.i386_fbsd_50.h index 27cb53e06..fafd99f1f 100644 --- a/src/config/param.i386_fbsd_50.h +++ b/src/config/param.i386_fbsd_50.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_nbsd16.h b/src/config/param.i386_nbsd16.h index 2bc33a01e..a018da64a 100644 --- a/src/config/param.i386_nbsd16.h +++ b/src/config/param.i386_nbsd16.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_X86_XBSD_ENV 1 diff --git a/src/config/param.i386_nbsd20.h b/src/config/param.i386_nbsd20.h index c2d6846cb..4dbf69b78 100644 --- a/src/config/param.i386_nbsd20.h +++ b/src/config/param.i386_nbsd20.h @@ -4,7 +4,9 @@ #ifndef AFS_PARAM_H #define AFS_PARAM_H +#ifndef IGNORE_STDS_H #include +#endif #define AFS_X86_XBSD_ENV 1 -- 2.39.5