diff options
-rw-r--r-- | networking/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 169cc8716..a1fa29ce4 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -560,7 +560,7 @@ static void config(int signum) | |||
560 | if (sep != 0) { | 560 | if (sep != 0) { |
561 | int i; | 561 | int i; |
562 | 562 | ||
563 | #define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;} | 563 | #define SWAP(type, a, b) {type c=(type)(a); (a)=(type)(b); (b)=(type)c;} |
564 | 564 | ||
565 | sigprocmask(SIG_BLOCK, &emptymask, &oldmask); | 565 | sigprocmask(SIG_BLOCK, &emptymask, &oldmask); |
566 | /* | 566 | /* |