From: David Levine Date: Mon, 1 Jul 2013 00:14:46 +0000 (-0500) Subject: Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7b39e830d5c8366f9d9524c0f54b7d4df957d60a?hp=5fb90faeffa38e67326d8c04e620c02448c9bd88 Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh --- diff --git a/uip/rcvtty.c b/uip/rcvtty.c index e9163ba7..6282d522 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -167,7 +167,6 @@ main (int argc, char **argv) #endif /* HAVE_GETUTXENT */ exit (RCV_MOK); - return 0; /* dead code to satisfy the compiler */ } @@ -236,7 +235,6 @@ 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 */ }