summaryrefslogtreecommitdiff
path: root/news/leafnode+/files/patch-xoverutil.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-01-30 19:25:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-01-30 19:25:22 +0000
commitf2f681ca9bf6662d1a4029ecc066239e6497d0bc (patch)
treef996e332c62590d3fcc850e0390518b979a11d8f /news/leafnode+/files/patch-xoverutil.c
parentProperly handle OMF files. (diff)
Fix build on sparc64 (<sys/types.h> needs to be included before <sys/uio.h>)
Notes
Notes: svn path=/head/; revision=74300
Diffstat (limited to 'news/leafnode+/files/patch-xoverutil.c')
-rw-r--r--news/leafnode+/files/patch-xoverutil.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/leafnode+/files/patch-xoverutil.c b/news/leafnode+/files/patch-xoverutil.c
new file mode 100644
index 000000000000..e1a512677093
--- /dev/null
+++ b/news/leafnode+/files/patch-xoverutil.c
@@ -0,0 +1,18 @@
+--- xoverutil.c.orig Thu Jan 30 11:22:33 2003
++++ xoverutil.c Thu Jan 30 11:22:39 2003
+@@ -44,6 +44,7 @@
+ #endif
+
+ #include <fcntl.h>
++#include <sys/types.h>
+ #include <sys/uio.h>
+ #include <sys/param.h>
+ #include <sys/socket.h>
+@@ -59,7 +60,6 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/stat.h>
+-#include <sys/types.h>
+ #include <time.h>
+ #include <unistd.h>
+ #include <dirent.h>