summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 01:12:20 +0000
committerbde <bde@FreeBSD.org>1995-12-10 01:12:20 +0000
commit949b91d489c957f98a5bf94a5e203613db9bc03e (patch)
tree2ec24bf3c9144bcfd680c898a300e406d399ffe7 /release
parent8cf28016080c1f47c139dd9c75419b6341e3eea6 (diff)
downloadFreeBSD-src-949b91d489c957f98a5bf94a5e203613db9bc03e.zip
FreeBSD-src-949b91d489c957f98a5bf94a5e203613db9bc03e.tar.gz
Updated #includes to the 1980's so that this compiles when <stdio.h>
doesn't include <sys/types.h>.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/lndir.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/release/sysinstall/lndir.c b/release/sysinstall/lndir.c
index 665f362..2eae0de 100644
--- a/release/sysinstall/lndir.c
+++ b/release/sysinstall/lndir.c
@@ -47,14 +47,15 @@ in this Software without prior written authorization from the X Consortium.
% lndir ../X
*/
-#include <stdio.h>
-#include <string.h>
-#include <sys/errno.h>
-#include <sys/stat.h>
#include <sys/param.h>
-#include <errno.h>
+#include <sys/stat.h>
+
#include <dirent.h>
+#include <errno.h>
#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+
#include "sysinstall.h"
#ifndef MAXPATHLEN
OpenPOWER on IntegriCloud