diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-01-30 19:36:02 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-01-30 19:36:02 +0000 |
| commit | e25810a6991c1780699c1bd2448f4d2f45fdb3de (patch) | |
| tree | 77326785c8083bc8400b01e77d20d3b38c8be13c /sys/kern/init_main.c | |
| parent | 5c40906f11aab29b4da6fd147e4cb356874b8861 (diff) | |
Notes
Diffstat (limited to 'sys/kern/init_main.c')
| -rw-r--r-- | sys/kern/init_main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 9cc2778b9141..d3447f45acd8 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.105 1999/01/29 08:36:44 dillon Exp $ + * $Id: init_main.c,v 1.106 1999/01/29 23:18:48 dillon Exp $ */ #include "opt_devfs.h" @@ -99,10 +99,6 @@ struct timeval boottime; SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RD, &boottime, timeval, ""); -static int shutdowntimeout = 120; -SYSCTL_INT(_kern, OID_AUTO, shutdown_timeout, - CTLFLAG_RW, &shutdowntimeout, 0, ""); - /* * Promiscuous argument pass for start_init() * |
