summaryrefslogtreecommitdiff
path: root/news
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
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')
-rw-r--r--news/leafnode+/files/patch-activutil.c18
-rw-r--r--news/leafnode+/files/patch-nntputil.c18
-rw-r--r--news/leafnode+/files/patch-util.c18
-rw-r--r--news/leafnode+/files/patch-xnntputil.c18
-rw-r--r--news/leafnode+/files/patch-xoverutil.c18
5 files changed, 90 insertions, 0 deletions
diff --git a/news/leafnode+/files/patch-activutil.c b/news/leafnode+/files/patch-activutil.c
new file mode 100644
index 000000000000..9b5175563b41
--- /dev/null
+++ b/news/leafnode+/files/patch-activutil.c
@@ -0,0 +1,18 @@
+--- activutil.c.orig Thu Jan 30 11:21:44 2003
++++ activutil.c Thu Jan 30 11:21:58 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>
diff --git a/news/leafnode+/files/patch-nntputil.c b/news/leafnode+/files/patch-nntputil.c
new file mode 100644
index 000000000000..ff551924a024
--- /dev/null
+++ b/news/leafnode+/files/patch-nntputil.c
@@ -0,0 +1,18 @@
+--- nntputil.c.orig Thu Jan 30 11:22:08 2003
++++ nntputil.c Thu Jan 30 11:22:15 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>
diff --git a/news/leafnode+/files/patch-util.c b/news/leafnode+/files/patch-util.c
new file mode 100644
index 000000000000..f569ffeb5c0e
--- /dev/null
+++ b/news/leafnode+/files/patch-util.c
@@ -0,0 +1,18 @@
+--- util.c.orig Thu Jan 30 11:22:45 2003
++++ util.c Thu Jan 30 11:22:54 2003
+@@ -40,6 +40,7 @@
+ #include <assert.h>
+ #include <stdarg.h>
+ #include <fcntl.h>
++#include <sys/types.h>
+ #include <sys/uio.h>
+ #include <sys/param.h>
+ #include <sys/socket.h>
+@@ -55,7 +56,6 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/stat.h>
+-#include <sys/types.h>
+ #include <time.h>
+ #include <unistd.h>
+ #include <dirent.h>
diff --git a/news/leafnode+/files/patch-xnntputil.c b/news/leafnode+/files/patch-xnntputil.c
new file mode 100644
index 000000000000..68833b513a2a
--- /dev/null
+++ b/news/leafnode+/files/patch-xnntputil.c
@@ -0,0 +1,18 @@
+--- xnntputil.c.orig Thu Jan 30 11:22:21 2003
++++ xnntputil.c Thu Jan 30 11:22:27 2003
+@@ -30,6 +30,7 @@
+
+ #include <assert.h>
+ #include <fcntl.h>
++#include <sys/types.h>
+ #include <sys/uio.h>
+ #include <sys/param.h>
+ #include <sys/socket.h>
+@@ -45,7 +46,6 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/stat.h>
+-#include <sys/types.h>
+ #include <time.h>
+ #include <unistd.h>
+ #include <dirent.h>
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>