=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/hexdump/hexdump.c 1996/06/26 05:34:18 1.4 --- src/usr.bin/hexdump/hexdump.c 2001/07/12 05:17:10 1.5 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.c,v 1.4 1996/06/26 05:34:18 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: hexdump.c,v 1.5 2001/07/12 05:17:10 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.4 1996/06/26 05:34:18 deraadt Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.5 2001/07/12 05:17:10 deraadt Exp $"; #endif /* not lint */ #include *************** *** 54,59 **** --- 54,60 ---- int exitval; /* final exit value */ int length = -1; /* max bytes to read */ + int main(argc, argv) int argc; char **argv;