diff options
author | kris <kris@FreeBSD.org> | 2003-01-31 03:25:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-31 03:25:22 +0800 |
commit | 2d10d109ed9e4abc538adc9b4a4d054a3ab94644 (patch) | |
tree | 1b75c34d8ad15d9a0c551ac7c59f5759615de3f1 /news/leafnode+ | |
parent | 063bda769720800b26536848a5ca1019514ebd8b (diff) | |
download | freebsd-ports-gnome-2d10d109ed9e4abc538adc9b4a4d054a3ab94644.tar.gz freebsd-ports-gnome-2d10d109ed9e4abc538adc9b4a4d054a3ab94644.tar.zst freebsd-ports-gnome-2d10d109ed9e4abc538adc9b4a4d054a3ab94644.zip |
Fix build on sparc64 (<sys/types.h> needs to be included before <sys/uio.h>)
Diffstat (limited to 'news/leafnode+')
-rw-r--r-- | news/leafnode+/files/patch-activutil.c | 18 | ||||
-rw-r--r-- | news/leafnode+/files/patch-nntputil.c | 18 | ||||
-rw-r--r-- | news/leafnode+/files/patch-util.c | 18 | ||||
-rw-r--r-- | news/leafnode+/files/patch-xnntputil.c | 18 | ||||
-rw-r--r-- | news/leafnode+/files/patch-xoverutil.c | 18 |
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> |