diff options
author | Brad Smith <brad@cvs.openbsd.org> | 1999-09-16 20:58:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 1999-09-16 20:58:49 +0000 |
commit | 714a9f512766cbabe2b372c14658f8e247fc8363 (patch) | |
tree | 0e461481d13f274453f2f2de4a3601d758ee95ff /usr.sbin/tcpdump/print-arp.c | |
parent | 11bfdccdb15a1e11d71fd52d99653b7dc969a35f (diff) |
bring more inline with tcpdump 3.4
Diffstat (limited to 'usr.sbin/tcpdump/print-arp.c')
-rw-r--r-- | usr.sbin/tcpdump/print-arp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-arp.c b/usr.sbin/tcpdump/print-arp.c index 64dfb5c45a8..b40b563ffac 100644 --- a/usr.sbin/tcpdump/print-arp.c +++ b/usr.sbin/tcpdump/print-arp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996 + * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-arp.c,v 1.7 1999/07/28 20:41:36 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-arp.c,v 1.8 1999/09/16 20:58:45 brad Exp $ (LBL)"; #endif #include <sys/param.h> |