summaryrefslogtreecommitdiffstats
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
committertruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
commitd869e3568091433f9d3beb11c9f29c4fdd08f39a (patch)
tree18bf440741743ec4f31ffe9110554bf83aa39ddb /sys/net/bpfdesc.h
parentde184682fa22833c7b18a96a136bc031ae786434 (diff)
downloadFreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.zip
FreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.tar.gz
I got another batch of suggestions for cosmetic changes from bde.
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index 03d0def..39ac489 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -37,7 +37,7 @@
*
* @(#)bpfdesc.h 8.1 (Berkeley) 6/10/93
*
- * $Id: bpfdesc.h,v 1.10 1997/02/22 09:40:57 peter Exp $
+ * $Id: bpfdesc.h,v 1.11 1998/11/11 10:04:09 truckman Exp $
*/
#ifndef _NET_BPFDESC_H_
@@ -78,7 +78,7 @@ struct bpf_d {
u_char bd_immediate; /* true to return on packet arrival */
int bd_async; /* non-zero if packet reception should generate signal */
int bd_sig; /* signal to send upon packet reception */
- struct sigio * bd_sigio; /* information for SIGIO */
+ struct sigio * bd_sigio; /* information for async I/O */
#if BSD < 199103
u_char bd_selcoll; /* true if selects collide */
int bd_timedout;
OpenPOWER on IntegriCloud