projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e3b00
)
Fix broken macro
author
Eric Andersen
<andersen@codepoet.org>
Sat, 16 Apr 2005 08:04:31 +0000
(08:04 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 16 Apr 2005 08:04:31 +0000
(08:04 -0000)
networking/inetd.c
patch
|
blob
|
history
diff --git
a/networking/inetd.c
b/networking/inetd.c
index 169cc87166d6334cbb60684397306f26490b085a..a1fa29ce4ec19bc3bce67fe75371a40015a367cf 100644
(file)
--- a/
networking/inetd.c
+++ b/
networking/inetd.c
@@
-560,7
+560,7
@@
static void config(int signum)
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);
/*