Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89345
Collapse All | Expand All

(-)netkit-base-0.17.orig/inetd/servtab.c (-1 / +1 lines)
Lines 771-777 Link Here
771
			return;
771
			return;
772
		}
772
		}
773
		
773
		
774
#define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;}
774
#define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;}
775
775
776
		/*
776
		/*
777
		 * sep->se_wait may be holding the pid of a daemon
777
		 * sep->se_wait may be holding the pid of a daemon

Return to bug 89345