]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-07-break.c
io: handle errors on listening file descriptors.
[ccan] / ccan / io / test / run-07-break.c
index dd192c4d78e82e9230246708819b513734416411..135dcbb8ffc3374a7b82cc1e3b00d442503662f3 100644 (file)
@@ -6,9 +6,7 @@
 #include <sys/wait.h>
 #include <stdio.h>
 
-#ifndef PORT
 #define PORT "65007"
-#endif
 
 struct data {
        int state;