diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-10-03 14:32:00 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-10-03 14:32:00 +0000 |
commit | 9b759d8817dc5940890b189c121588f8ae431832 (patch) | |
tree | 7b0175f9305104bbf8c93222a12718a9b648fe6f /usr.sbin/tcpdump/print-igrp.c | |
parent | 75dbe5b51e69890088183eac97221b1a7ab25d5c (diff) |
Add $OpenBSD$. (jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump/print-igrp.c')
-rw-r--r-- | usr.sbin/tcpdump/print-igrp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-igrp.c b/usr.sbin/tcpdump/print-igrp.c index ea053a9af78..aa45ba61ce3 100644 --- a/usr.sbin/tcpdump/print-igrp.c +++ b/usr.sbin/tcpdump/print-igrp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: print-igrp.c,v 1.3 2000/10/03 14:31:57 ho Exp $ */ + /* * Copyright (c) 1996, 1997 * The Regents of the University of California. All rights reserved. @@ -23,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-igrp.c,v 1.2 1999/09/16 20:58:47 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-igrp.c,v 1.3 2000/10/03 14:31:57 ho Exp $ (LBL)"; #endif #include <sys/param.h> |