summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-bootp.c
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2000-10-03 14:31:54 +0000
committerho <ho@openbsd.org>2000-10-03 14:31:54 +0000
commitcf4e9b474ff7a4035e23c987bfbc637c293e419f (patch)
tree18eb76f43eb448ef303201e23057bb844a59addc /usr.sbin/tcpdump/print-bootp.c
parentAdd -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) (diff)
downloadwireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.tar.xz
wireguard-openbsd-cf4e9b474ff7a4035e23c987bfbc637c293e419f.zip
Add $OpenBSD$. (jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump/print-bootp.c')
-rw-r--r--usr.sbin/tcpdump/print-bootp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-bootp.c b/usr.sbin/tcpdump/print-bootp.c
index cc43d831737..c5aff0e3bbb 100644
--- a/usr.sbin/tcpdump/print-bootp.c
+++ b/usr.sbin/tcpdump/print-bootp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-bootp.c,v 1.11 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -22,7 +24,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.10 2000/04/26 21:35:39 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.11 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>