diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:46:58 +0000 |
| commit | e31abede1fd18ca14754c149fec858ede3b041aa (patch) | |
| tree | 415fe5b51b3305e42366c5e7450c752370685934 /sys/kern/subr_log.c | |
| parent | d68fa50ccbc40f10ed24ad1b64cae4c6e83548e6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
| -rw-r--r-- | sys/kern/subr_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 7ee1838e12f3..f29d76cc853c 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.25 1997/10/28 15:58:21 bde Exp $ + * $Id: subr_log.c,v 1.26 1998/01/24 02:54:34 eivind Exp $ */ /* @@ -243,7 +243,7 @@ logioctl(dev, com, data, flag, p) return (0); } -static log_devsw_installed = 0; +static int log_devsw_installed; #ifdef DEVFS static void *log_devfs_token; #endif |
