diff options
| -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. |
