diff options
author | 2009-04-17 22:31:24 +0000 | |
---|---|---|
committer | 2009-04-17 22:31:24 +0000 | |
commit | 999ec6020cd528d64572e55b59cca8b49533be11 (patch) | |
tree | 57ee04aef475f125570bdbbae8a09df308af9157 | |
parent | schsio_probe() reads the chip id to find out if we should attach or not. (diff) | |
download | wireguard-openbsd-999ec6020cd528d64572e55b59cca8b49533be11.tar.xz wireguard-openbsd-999ec6020cd528d64572e55b59cca8b49533be11.zip |
correcto in comment; from Amarendra Godbole
-rw-r--r-- | usr.sbin/tcpdump/privsep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/privsep.c b/usr.sbin/tcpdump/privsep.c index bfafcca4197..9e9f6376655 100644 --- a/usr.sbin/tcpdump/privsep.c +++ b/usr.sbin/tcpdump/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.27 2008/04/18 21:35:11 djm Exp $ */ +/* $OpenBSD: privsep.c,v 1.28 2009/04/17 22:31:24 jmc Exp $ */ /* * Copyright (c) 2003 Can Erkin Acar @@ -49,7 +49,7 @@ #include "pfctl_parser.h" /* - * tcpdump goes through five states: STATE_INIT is where the + * tcpdump goes through four states: STATE_INIT is where the * bpf device and the input file is opened. In STATE_BPF, the * pcap filter gets set. STATE_FILTER is used for parsing * /etc/services and /etc/protocols and opening the output |