mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include opt_devfs.h which defines SLICE, to make previous commit
meaningful. Pointed out by: Luoqi Chen
This commit is contained in:
parent
4b5709adb1
commit
9103e8640c
1 changed files with 2 additions and 1 deletions
|
|
@ -36,10 +36,11 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_shutdown.c 8.3 (Berkeley) 1/21/94
|
||||
* $Id: kern_shutdown.c,v 1.34 1998/07/11 07:45:41 bde Exp $
|
||||
* $Id: kern_shutdown.c,v 1.35 1998/08/16 11:27:19 des Exp $
|
||||
*/
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_devfs.h"
|
||||
#include "opt_hw_wdog.h"
|
||||
#include "opt_panic.h"
|
||||
#include "opt_show_busybufs.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue