=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/rdistd.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rdistd/rdistd.c 1996/06/26 05:38:24 1.3 +++ src/usr.bin/rdistd/rdistd.c 1998/06/26 21:20:51 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: rdistd.c,v 1.3 1996/06/26 05:38:24 deraadt Exp $ */ +/* $OpenBSD: rdistd.c,v 1.4 1998/06/26 21:20:51 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -34,8 +34,13 @@ */ #ifndef lint +#if 0 static char RCSid[] = -"$OpenBSD: rdistd.c,v 1.3 1996/06/26 05:38:24 deraadt Exp $"; +"$From: rdistd.c,v 6.22 1995/12/11 23:37:35 mcooper Exp $"; +#else +static char RCSid[] = +"$OpenBSD: rdistd.c,v 1.4 1998/06/26 21:20:51 millert Exp $"; +#endif static char sccsid[] = "@(#)rdistd.c"; @@ -61,6 +66,7 @@ /* * The Beginning */ +int main(argc, argv, envp) int argc; char **argv; @@ -102,7 +108,7 @@ rem_w = fileno(stdout); /* Set logging */ - if (cp = msgparseopts(localmsglist, TRUE)) + if ((cp = msgparseopts(localmsglist, TRUE))) fatalerr("Bad message logging option (%s): %s", localmsglist, cp);