summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/bpf.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-11-24 07:33:42 +0000
committercharnier <charnier@FreeBSD.org>1997-11-24 07:33:42 +0000
commitc1ff1b0c01e9985e977032369d93c228525df201 (patch)
tree1f519e65daabd7eda9e11aa21861f780dcff0233 /libexec/rbootd/bpf.c
parent402f3974e3ee80dd9d5e9064b4abb9db60222c95 (diff)
downloadFreeBSD-src-c1ff1b0c01e9985e977032369d93c228525df201.zip
FreeBSD-src-c1ff1b0c01e9985e977032369d93c228525df201.tar.gz
Add usage(), rcsids.
Diffstat (limited to 'libexec/rbootd/bpf.c')
-rw-r--r--libexec/rbootd/bpf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c
index ddeea4f..758e421 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -39,14 +39,17 @@
* SUCH DAMAGE.
*
* from: @(#)bpf.c 8.1 (Berkeley) 6/4/93
- * $Id: bpf.c,v 1.7 1997/06/29 19:00:01 steve Exp $
*
* From: Utah Hdr: bpf.c 3.1 92/07/06
* Author: Jeff Forys, University of Utah CSS
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud