=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/odsyntax.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/hexdump/odsyntax.c 2001/12/30 08:17:32 1.9 --- src/usr.bin/hexdump/odsyntax.c 2002/02/16 21:27:47 1.10 *************** *** 1,4 **** ! /* $OpenBSD: odsyntax.c,v 1.9 2001/12/30 08:17:32 pvalchev Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: odsyntax.c,v 1.10 2002/02/16 21:27:47 millert Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- *************** *** 36,42 **** #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ ! static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.9 2001/12/30 08:17:32 pvalchev Exp $"; #endif /* not lint */ #include --- 36,42 ---- #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ ! static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.10 2002/02/16 21:27:47 millert Exp $"; #endif /* not lint */ #include *************** *** 51,59 **** int deprecated; ! static void odoffset __P((int, char ***)); ! static void posixtypes __P((char *)); ! static void odprecede __P((void)); /* --- 51,59 ---- int deprecated; ! static void odoffset(int, char ***); ! static void posixtypes(char *); ! static void odprecede(void); /*