diff options
Diffstat (limited to 'daemon/fromd/fromd.c')
-rw-r--r-- | daemon/fromd/fromd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/fromd/fromd.c b/daemon/fromd/fromd.c index c8fb0b06..04f357e6 100644 --- a/daemon/fromd/fromd.c +++ b/daemon/fromd/fromd.c @@ -1,5 +1,6 @@ // $Id$ #include <stdio.h> +#include <unistd.h> #include <sys/time.h> #include <sys/types.h> #include <signal.h> @@ -74,7 +75,7 @@ void daemonize() int main(int argc, char *argv[]) { - int ch, port = 5120, sfd; + int ch, port = 5130, sfd; char *iface_ip = NULL; Signal(SIGPIPE, SIG_IGN); |