Include MFS option header.

This commit is contained in:
thorpej 1998-02-19 00:31:08 +00:00
parent 8a5a1155cf
commit 1870f7af79
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.1 1998/02/18 13:48:31 tsubai Exp $ */
/* $NetBSD: machdep.c,v 1.2 1998/02/19 00:31:08 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -43,10 +43,12 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1 1998/02/18 13:48:31 tsubai Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2 1998/02/19 00:31:08 thorpej Exp $");
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
#include "fs_mfs.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signalvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.1 1998/02/18 13:48:31 tsubai Exp $ */
/* $NetBSD: machdep.c,v 1.2 1998/02/19 00:31:08 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -43,10 +43,12 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1 1998/02/18 13:48:31 tsubai Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2 1998/02/19 00:31:08 thorpej Exp $");
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
#include "fs_mfs.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signalvar.h>