summaryrefslogtreecommitdiff
blob: 266df811fd7704a585de3eb897255afa1eb47887 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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