commit | 63e5e7bf0e903b8f1e1f3208d2bcd63868866207 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Apr 16 08:04:31 2005 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Apr 16 08:04:31 2005 +0000 |
tree | 0e40706fc0a169a49d06bc9a25568cf46d74029b | |
parent | 42e3b00ae505f8ae441626ed3e69fcadfdeaebaa [diff] |
Fix broken macro
diff --git a/networking/inetd.c b/networking/inetd.c index 169cc87..a1fa29c 100644 --- a/networking/inetd.c +++ b/networking/inetd.c
@@ -560,7 +560,7 @@ if (sep != 0) { int i; -#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;} sigprocmask(SIG_BLOCK, &emptymask, &oldmask); /*