=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tftp/main.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/tftp/main.c 2003/09/25 09:45:46 1.19 --- src/usr.bin/tftp/main.c 2003/09/29 11:23:38 1.20 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.19 2003/09/25 09:45:46 jmc Exp $ */ /* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.20 2003/09/29 11:23:38 jmc Exp $ */ /* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static const char rcsid[] = "$OpenBSD: main.c,v 1.19 2003/09/25 09:45:46 jmc Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton */ --- 40,46 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static const char rcsid[] = "$OpenBSD: main.c,v 1.20 2003/09/29 11:23:38 jmc Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton */ *************** *** 196,202 **** argv = margv; } if ((argc < 2) || (argc > 3)) { ! printf("usage: %s [host] [port]\n", argv[0]); return; } if (inet_aton(argv[1], &peeraddr.sin_addr) != 0) { --- 196,202 ---- argv = margv; } if ((argc < 2) || (argc > 3)) { ! printf("usage: %s [host [port]]\n", argv[0]); return; } if (inet_aton(argv[1], &peeraddr.sin_addr) != 0) {