Use the correct GNU autoconf approved spelling for how to include sys/param.h.
This commit is contained in:
parent
82aff3f57c
commit
48896e7c11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60817
10 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define HAVE_I387_REGS
|
||||
#include "i386/tm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define HAVE_I387_REGS
|
||||
#include "i386/tm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define HAVE_I387_REGS
|
||||
#include "i386/tm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "i386/nm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define HAVE_I387_REGS
|
||||
#include "i386/tm-i386.h"
|
||||
|
||||
+#ifndef _SYS_PARAM_H_
|
||||
+#ifdef HAVE_SYS_PARAM_H
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue