You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/netkit-base/files/003_all_netkit-base-0.17-gc...

12 lines
321 B

--- netkit-base-0.17/inetd/servtab.c
+++ netkit-base-0.17/inetd/servtab.c
@@ -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