=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tftp/main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tftp/main.c 2001/03/22 01:34:01 1.6 --- src/usr.bin/tftp/main.c 2001/07/17 02:23:59 1.7 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.6 2001/03/22 01:34:01 mickey Exp $ */ /* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.7 2001/07/17 02:23:59 pvalchev Exp $ */ /* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.6 2001/03/22 01:34:01 mickey Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.7 2001/07/17 02:23:59 pvalchev Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton */ *************** *** 182,187 **** --- 182,188 ---- if (setjmp(toplevel) != 0) (void)putchar('\n'); command(); + return (0); } char hostname[MAXHOSTNAMELEN];