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/print-isoclns.c | |
| 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/print-isoclns.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-isoclns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-isoclns.c b/usr.sbin/tcpdump/print-isoclns.c index d3ced110fe0..1d1de6a4c99 100644 --- a/usr.sbin/tcpdump/print-isoclns.c +++ b/usr.sbin/tcpdump/print-isoclns.c @@ -1,3 +1,5 @@ +/* $OpenBSD: print-isoclns.c,v 1.9 2000/10/03 14:31:57 ho Exp $ */ + /* * Copyright (c) 1992, 1993, 1994, 1995, 1996 * The Regents of the University of California. All rights reserved. @@ -23,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-isoclns.c,v 1.8 2000/04/26 21:35:41 jakob Exp $ (LBL)"; + "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-isoclns.c,v 1.9 2000/10/03 14:31:57 ho Exp $ (LBL)"; #endif #include <sys/types.h> |
