diff options
| author | 2000-10-03 14:31:54 +0000 | |
|---|---|---|
| committer | 2000-10-03 14:31:54 +0000 | |
| commit | cf4e9b474ff7a4035e23c987bfbc637c293e419f (patch) | |
| tree | 18eb76f43eb448ef303201e23057bb844a59addc /usr.sbin/tcpdump/decnet.h | |
| parent | Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) (diff) | |
| download | wireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.tar.xz wireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.zip | |
Add $OpenBSD$. (jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump/decnet.h')
| -rw-r--r-- | usr.sbin/tcpdump/decnet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/decnet.h b/usr.sbin/tcpdump/decnet.h index 7d08e03fab1..6d671714e96 100644 --- a/usr.sbin/tcpdump/decnet.h +++ b/usr.sbin/tcpdump/decnet.h @@ -1,3 +1,5 @@ +/* $OpenBSD: decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ */ + /* * Copyright (c) 1992, 1994, 1996 * The Regents of the University of California. All rights reserved. @@ -18,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/decnet.h,v 1.5 1996/12/12 16:22:57 bitblt Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ (LBL) */ typedef unsigned char byte[1]; /* single byte field */ |
