summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
Diffstat (limited to 'ax25')
-rw-r--r--ax25/axwrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axwrapper.c b/ax25/axwrapper.c
index 6e3ce3c..eaa387c 100644
--- a/ax25/axwrapper.c
+++ b/ax25/axwrapper.c
@@ -174,7 +174,7 @@ int main(int argc, char **argv)
tv.tv_sec = 0;
tv.tv_usec = FLUSHTIMEOUT;
- len = select(256, &fdset, 0, 0, &tv);
+ len = select(256, &fdset, NULL, NULL, &tv);
if (len == -1) {
perror("axwrapper: select");
exit(1);