diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 14:39:52 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 14:39:52 +0000 |
commit | d0c90aadfc73ca7361b10401e7772fe3066259d7 (patch) | |
tree | 3eec2a756cbfda6925b22066f201d6b2e6499e4d /x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c | |
parent | Maintainer update to version 0.3_2 (diff) |
Update these ports to 3.0.5 per KDE security advisory. Fix missing deps
in kdebase (I didn't whack those intentionally, I don't think...).
Diffstat (limited to 'x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c')
-rw-r--r-- | x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c b/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c deleted file mode 100644 index 33eaede03c2d..000000000000 --- a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c +++ /dev/null @@ -1,18 +0,0 @@ ---- 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> - - |