summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-bootp.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>1999-09-16 20:58:44 +0000
committerbrad <brad@openbsd.org>1999-09-16 20:58:44 +0000
commit5205045a72c2ff4df38a5397408efc625454c4b0 (patch)
tree7174084355ba073811f5fde5d9aa25e7a6ef9283 /usr.sbin/tcpdump/print-bootp.c
parentDo something sensible with division by 0 in expr. (diff)
downloadwireguard-openbsd-5205045a72c2ff4df38a5397408efc625454c4b0.tar.xz
wireguard-openbsd-5205045a72c2ff4df38a5397408efc625454c4b0.zip
bring more inline with tcpdump 3.4
Diffstat (limited to 'usr.sbin/tcpdump/print-bootp.c')
-rw-r--r--usr.sbin/tcpdump/print-bootp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-bootp.c b/usr.sbin/tcpdump/print-bootp.c
index fc86e9623eb..e47d0828b20 100644
--- a/usr.sbin/tcpdump/print-bootp.c
+++ b/usr.sbin/tcpdump/print-bootp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
+ * Copyright (c) 1990, 1991, 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
@@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.8 1999/07/28 20:41:36 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.9 1999/09/16 20:58:46 brad Exp $ (LBL)";
#endif
#include <sys/param.h>