mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Previous commit refers to SWAP_PART, which is only defined if the include
file that it's in is #included...
This commit is contained in:
parent
51d18e4a08
commit
617d73c29d
2 changed files with 4 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
||||
* $Id: autoconf.c,v 1.78 1997/10/26 04:36:11 nate Exp $
|
||||
* $Id: autoconf.c,v 1.79 1997/11/20 17:07:21 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -50,6 +50,7 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
||||
* $Id: autoconf.c,v 1.78 1997/10/26 04:36:11 nate Exp $
|
||||
* $Id: autoconf.c,v 1.79 1997/11/20 17:07:21 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -50,6 +50,7 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue