diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1995-11-29 14:41:20 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1995-11-29 14:41:20 +0000 |
| commit | 7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80 (patch) | |
| tree | 82e0b24f955f894892cc1c396f300233c0d0607a /sys/kern/subr_log.c | |
| parent | adb2dc299a21c0774a0d0fd9b914b59f2e332504 (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 0b9d5da8546f..24af05c524b2 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.10 1995/10/29 15:30:59 phk Exp $ + * $Id: subr_log.c,v 1.11 1995/11/29 10:48:25 julian Exp $ */ /* @@ -257,8 +257,8 @@ static void log_drvinit(void *unused) /* path name devsw minor type uid gid perm*/ "/", "log", major(dev), 0, DV_CHR, 0, 0, 0600); } - } #endif + } } SYSINIT(logdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,log_drvinit,NULL) |
