diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-02 02:44:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-02 02:44:51 +0000 |
commit | c5d4dc1b6a333c2e1102c20003c8441602635957 (patch) | |
tree | 6eeb9a7008e52109871ebbe838f3fa869ee7f5de /usr.sbin/rbootd | |
parent | a1f9206cd4b3a1ea2860060c27c0760767c79260 (diff) |
remove bogus comment
Diffstat (limited to 'usr.sbin/rbootd')
-rw-r--r-- | usr.sbin/rbootd/bpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rbootd/bpf.c b/usr.sbin/rbootd/bpf.c index db81ed2a469..64a536e813b 100644 --- a/usr.sbin/rbootd/bpf.c +++ b/usr.sbin/rbootd/bpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.c,v 1.19 2013/11/28 18:26:46 deraadt Exp $ */ +/* $OpenBSD: bpf.c,v 1.20 2014/11/02 02:44:50 deraadt Exp $ */ /* $NetBSD: bpf.c,v 1.5.2.1 1995/11/14 08:45:42 thorpej Exp $ */ /* @@ -74,7 +74,7 @@ static u_int8_t *BpfPkt = NULL; ** None. ** ** Returns: -** File descriptor of opened BPF device (for select() etc). +** File descriptor of opened BPF device ** ** Side Effects: ** If an error is encountered, the program terminates here. |