diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-16 23:57:49 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-16 23:57:49 +0000 |
commit | a5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465 (patch) | |
tree | b186e08b47a8f9bd8e0b0c2d8cb63d115228605b /sys/kern | |
parent | c7b0dc2cbbd7ef60752fa3f16bbc6e6fd82ca94f (diff) | |
download | FreeBSD-src-a5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465.zip FreeBSD-src-a5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465.tar.gz |
Add HW_WDOG to LINT, and turn it into a new-style option.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 07bd5bc..c83dd75 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -36,10 +36,11 @@ * SUCH DAMAGE. * * @(#)kern_shutdown.c 8.3 (Berkeley) 1/21/94 - * $Id: kern_shutdown.c,v 1.26 1997/11/18 15:16:43 bde Exp $ + * $Id: kern_shutdown.c,v 1.27 1997/11/25 07:07:43 julian Exp $ */ #include "opt_ddb.h" +#include "opt_hw_wdog.h" #include "opt_panic.h" #include "opt_show_busybufs.h" |