]> git.marmaro.de Git - mmh/blobdiff - uip/rcvtty.c
Previously contained the code:
[mmh] / uip / rcvtty.c
index cb194dd56fc161df55c6b952af24404654222172..b847b563972e4f0aab765add41c924fe3e0fc581 100644 (file)
@@ -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 */
 }