diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 | 
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 | 
| commit | 6ffde942bf3c33906c93f86d2e59e4390f939a97 (patch) | |
| tree | a028bed739648741257da33b25b41aa98782b6f1 /sys/i386/linux/linux_misc.c | |
| parent | 3157adc8af2da5594342d9b271100e5d952e9547 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
| -rw-r--r-- | sys/i386/linux/linux_misc.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 6f8ec9e9e048..bbdb30318a42 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,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: linux_misc.c,v 1.16 1996/03/12 06:20:14 peter Exp $ + *  $Id: linux_misc.c,v 1.17 1996/03/19 15:02:34 bde Exp $   */  #include <sys/param.h> @@ -61,9 +61,6 @@  #include <vm/vm_map.h>  #include <vm/vm_extern.h> -#include <machine/cpu.h> -#include <machine/psl.h> -  #include <i386/linux/linux.h>  #include <i386/linux/linux_proto.h>  #include <i386/linux/linux_util.h>  | 
