diff options
Diffstat (limited to 'usr.sbin/tcpdump/decnet.h')
-rw-r--r-- | usr.sbin/tcpdump/decnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/decnet.h b/usr.sbin/tcpdump/decnet.h index 8395fbbdf38..6c23f3bcd69 100644 --- a/usr.sbin/tcpdump/decnet.h +++ b/usr.sbin/tcpdump/decnet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ */ +/* $OpenBSD: decnet.h,v 1.7 2007/10/07 16:41:05 deraadt Exp $ */ /* * Copyright (c) 1992, 1994, 1996 @@ -20,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ (LBL) + * @(#) $Id: decnet.h,v 1.7 2007/10/07 16:41:05 deraadt Exp $ (LBL) */ typedef unsigned char byte[1]; /* single byte field */ |