=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/parse.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/hexdump/parse.c 2007/03/20 03:50:39 1.16 --- src/usr.bin/hexdump/parse.c 2009/10/27 23:59:39 1.17 *************** *** 1,4 **** ! /* $OpenBSD: parse.c,v 1.16 2007/03/20 03:50:39 tedu Exp $ */ /* $NetBSD: parse.c,v 1.12 2001/12/07 13:37:39 bjh21 Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: parse.c,v 1.17 2009/10/27 23:59:39 deraadt Exp $ */ /* $NetBSD: parse.c,v 1.12 2001/12/07 13:37:39 bjh21 Exp $ */ /* *************** *** 29,39 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - /*static char sccsid[] = "from: @(#)parse.c 5.6 (Berkeley) 3/9/91";*/ - static char rcsid[] = "$OpenBSD: parse.c,v 1.16 2007/03/20 03:50:39 tedu Exp $"; - #endif /* not lint */ #include #include --- 29,34 ----