=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/hexdump/hexdump.c 2003/06/03 02:56:09 1.9 --- src/usr.bin/hexdump/hexdump.c 2003/06/10 22:20:47 1.10 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.c,v 1.9 2003/06/03 02:56:09 millert Exp $ */ /* $NetBSD: hexdump.c,v 1.7 1997/10/19 02:34:06 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hexdump.c,v 1.10 2003/06/10 22:20:47 deraadt Exp $ */ /* $NetBSD: hexdump.c,v 1.7 1997/10/19 02:34:06 lukem Exp $ */ /* *************** *** 38,44 **** #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.9 2003/06/03 02:56:09 millert Exp $"; #endif /* not lint */ #include --- 38,44 ---- #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.10 2003/06/10 22:20:47 deraadt Exp $"; #endif /* not lint */ #include *************** *** 54,62 **** int main(int, char **); int ! main(argc, argv) ! int argc; ! char *argv[]; { FS *tfs; char *p; --- 54,60 ---- int main(int, char **); int ! main(int argc, char *argv[]) { FS *tfs; char *p;