summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-12 05:47:57 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-12 05:47:57 +0000
commitfdca50560d0c6dd1acf17d9530bb44a139cd7106 (patch)
tree77a8b733ae76133db95eeb5c1c77289369c13b73 /x11/kde4-workspace
parentUpdate to 1.5.4. (diff)
Move <sys/types.h> higher up in the include list to fix build on current.
Submitted by: Alfred Perlstein (via kde list)
Notes
Notes: svn path=/head/; revision=67844
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r--x11/kde4-workspace/files/patch-ksysguard-ksysguardd-FBSD-netdev.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-FBSD-netdev.c b/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-FBSD-netdev.c
new file mode 100644
index 000000000000..33eaede03c2d
--- /dev/null
+++ b/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-FBSD-netdev.c
@@ -0,0 +1,18 @@
+--- ksysguard/ksysguardd/FreeBSD/netdev.c.orig Fri Oct 11 18:06:41 2002
++++ ksysguard/ksysguardd/FreeBSD/netdev.c Fri Oct 11 18:06:58 2002
+@@ -20,6 +20,7 @@
+ */
+
+ #include <fcntl.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <net/if.h>
+ #include <net/if_mib.h>
+@@ -27,7 +28,6 @@
+ #include <string.h>
+ #include <sys/sysctl.h>
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <unistd.h>
+
+