summaryrefslogtreecommitdiffstats
path: root/package/netkitbase/netkitbase-gcc4.patch
diff options
context:
space:
mode:
authorArnaud Aujon <arnaud.aujon@gmail.com>2013-12-15 20:23:12 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-15 21:04:05 +0100
commit560fe85bf7fb81956e80848c8bb28d7a6d00a2a2 (patch)
tree63a5c807136fc1487f7d02d0da5823502aa48ba3 /package/netkitbase/netkitbase-gcc4.patch
parent472f629fa9253f13d037b46d30136080239a1a8e (diff)
downloadbuildroot-560fe85bf7fb81956e80848c8bb28d7a6d00a2a2.tar.gz
buildroot-560fe85bf7fb81956e80848c8bb28d7a6d00a2a2.zip
Remove deprecated package netkitbase and netkittelnet
[Peter: fixup Config.in.legacy indentation] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/netkitbase/netkitbase-gcc4.patch')
-rw-r--r--package/netkitbase/netkitbase-gcc4.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/netkitbase/netkitbase-gcc4.patch b/package/netkitbase/netkitbase-gcc4.patch
deleted file mode 100644
index 41fbce98af..0000000000
--- a/package/netkitbase/netkitbase-gcc4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur netkit-base-0.17/inetd/servtab.c netkit-base-0.17-patched/inetd/servtab.c
---- netkit-base-0.17/inetd/servtab.c 2000-07-22 15:20:50.000000000 -0500
-+++ netkit-base-0.17-patched/inetd/servtab.c 2005-04-30 21:23:52.649630720 -0500
-@@ -771,7 +771,7 @@
- return;
- }
-
--#define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;}
-+#define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;}
-
- /*
- * sep->se_wait may be holding the pid of a daemon
OpenPOWER on IntegriCloud