(forgot to cvs add this file -- should have been committed with patch-bj)

Fix build error on extremely new -current caused by this:

===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03;  author: shin;  state: Exp;  lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.

Approved by: jkh

Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===

Basically you need to include <machine/param.h> before <signal.h>.

Problem diagnosed by:   Ade Lovett <ade@FreeBSD.org>
This commit is contained in:
Satoshi Asami 2000-03-11 01:53:54 +00:00
parent 410e4dd70f
commit 359ea69fed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26734
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- ./zvt/subshell-includes.h.org Wed Oct 20 05:51:19 1999
+++ ./zvt/subshell-includes.h Fri Mar 10 17:21:01 2000
@@ -12,6 +12,7 @@
#include <sys/resource.h>
#include <limits.h>
#include <fcntl.h>
+#include <machine/param.h>
#include <sys/signal.h>
#include <stdlib.h> /* For errno, putenv, etc. */
#include <errno.h> /* For errno on SunOS systems */

View file

@ -0,0 +1,10 @@
--- ./zvt/subshell-includes.h.org Wed Oct 20 05:51:19 1999
+++ ./zvt/subshell-includes.h Fri Mar 10 17:21:01 2000
@@ -12,6 +12,7 @@
#include <sys/resource.h>
#include <limits.h>
#include <fcntl.h>
+#include <machine/param.h>
#include <sys/signal.h>
#include <stdlib.h> /* For errno, putenv, etc. */
#include <errno.h> /* For errno on SunOS systems */

View file

@ -0,0 +1,10 @@
--- ./zvt/subshell-includes.h.org Wed Oct 20 05:51:19 1999
+++ ./zvt/subshell-includes.h Fri Mar 10 17:21:01 2000
@@ -12,6 +12,7 @@
#include <sys/resource.h>
#include <limits.h>
#include <fcntl.h>
+#include <machine/param.h>
#include <sys/signal.h>
#include <stdlib.h> /* For errno, putenv, etc. */
#include <errno.h> /* For errno on SunOS systems */