summaryrefslogtreecommitdiff
path: root/sys/kern/subr_log.c
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
committerDon Lewis <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
commit62d6ce3af2982b9b9e5fd7098abfeff5e681f5f7 (patch)
tree033d620f0bcc6b35e139ee6a744a586b1f800bd7 /sys/kern/subr_log.c
parent831d27a9f56da38cf007714c169d208e7b9739be (diff)
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r--sys/kern/subr_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index 01d8c4eb6a06..e6d9b345e905 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_log.c 8.1 (Berkeley) 6/10/93
- * $Id: subr_log.c,v 1.30 1998/06/07 17:11:38 dfr Exp $
+ * $Id: subr_log.c,v 1.31 1998/11/11 10:03:55 truckman Exp $
*/
/*
@@ -76,7 +76,7 @@ static struct cdevsw log_cdevsw =
static struct logsoftc {
int sc_state; /* see above for possibilities */
struct selinfo sc_selp; /* process waiting on select call */
- struct sigio *sc_sigio; /* information for SIGIO */
+ struct sigio *sc_sigio; /* information for async I/O */
} logsoftc;
int log_open; /* also used in log() */