mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Synchronize with sys/i386/i386/userconfig.c revision 1.85.
This commit is contained in:
parent
9bedbe6c7d
commit
38f8e5fbc7
1 changed files with 7 additions and 4 deletions
|
|
@ -46,7 +46,7 @@
|
|||
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
**
|
||||
** $Id: userconfig.c,v 1.27 1997/02/22 09:43:29 peter Exp $
|
||||
** $Id: userconfig.c,v 1.28 1997/03/11 16:19:55 kato Exp $
|
||||
**/
|
||||
|
||||
/**
|
||||
|
|
@ -2372,7 +2372,7 @@ visuserconfig(void)
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: userconfig.c,v 1.27 1997/02/22 09:43:29 peter Exp $
|
||||
* $Id: userconfig.c,v 1.28 1997/03/11 16:19:55 kato Exp $
|
||||
*/
|
||||
|
||||
#include "scbus.h"
|
||||
|
|
@ -2432,11 +2432,14 @@ static int introfunc(CmdParm *);
|
|||
|
||||
static int lineno;
|
||||
|
||||
/* XXX hack */
|
||||
#include "eisa.h"
|
||||
|
||||
#if NEISA > 0
|
||||
extern int num_eisa_slots;
|
||||
|
||||
#include <i386/eisa/eisaconf.h>
|
||||
|
||||
static int set_num_eisa_slots(CmdParm *);
|
||||
|
||||
#endif /* NEISA > 0 */
|
||||
|
||||
static CmdParm addr_parms[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue