X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvtty.c;h=b847b563972e4f0aab765add41c924fe3e0fc581;hb=794dab6aa5027ffaf024506140c258f6a0a9322d;hp=cb194dd56fc161df55c6b952af24404654222172;hpb=0ccd1945560c715e4cc4063209bd0d68b75d5470;p=mmh diff --git a/uip/rcvtty.c b/uip/rcvtty.c index cb194dd..b847b56 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -167,6 +167,7 @@ main (int argc, char **argv) fclose (uf); exit (RCV_MOK); + return 0; /* dead code to satisfy the compiler */ } @@ -243,6 +244,7 @@ message_fd (char **vec) setpgid ((pid_t) 0, getpid ()); /* put in own process group */ execvp (vec[0], vec); _exit (-1); + return 1; /* dead code to satisfy compiler */ }