summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkswapconf.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-06-09 14:02:08 +0000
committerdfr <dfr@FreeBSD.org>1998-06-09 14:02:08 +0000
commit9d3db765ca348dc273a136848d1d42795119d828 (patch)
treeb46c3f8bab6df5cdaff202789c82b429c5a15e13 /usr.sbin/config/mkswapconf.c
parenta89f496cbf1aff49309b74d4f717d397d95dd30b (diff)
downloadFreeBSD-src-9d3db765ca348dc273a136848d1d42795119d828.zip
FreeBSD-src-9d3db765ca348dc273a136848d1d42795119d828.tar.gz
Add (mostly stub) alpha support. Incidentally, it doesn't build on stable
unless I manually construct y.tab.h. Is this normal?
Diffstat (limited to 'usr.sbin/config/mkswapconf.c')
-rw-r--r--usr.sbin/config/mkswapconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/config/mkswapconf.c b/usr.sbin/config/mkswapconf.c
index e563968..d276099 100644
--- a/usr.sbin/config/mkswapconf.c
+++ b/usr.sbin/config/mkswapconf.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)mkswapconf.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: mkswapconf.c,v 1.13 1997/09/15 06:37:10 charnier Exp $";
+ "$Id: mkswapconf.c,v 1.14 1997/09/17 06:20:45 charnier Exp $";
#endif /* not lint */
/*
@@ -48,6 +48,9 @@ static const char rcsid[] =
#include <sys/disklabel.h>
#include <sys/diskslice.h>
+#ifdef linux
+#include <sys/sysmacros.h>
+#endif
#include <ctype.h>
#include <stdio.h>
OpenPOWER on IntegriCloud