Include <sys/mount.h>, as the new <sys/syscallargs.h> won't compile without it.

This commit is contained in:
jonathan 1995-09-20 23:33:25 +00:00
parent 8c91e41271
commit 0641f09bfb
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.7 1995/09/19 23:03:45 thorpej Exp $ */
/* $NetBSD: sys_machdep.c,v 1.8 1995/09/20 23:33:25 jonathan Exp $ */
/*
* Copyright (c) 1992, 1993
@ -49,7 +49,7 @@
#include <sys/mtio.h>
#include <sys/buf.h>
#include <sys/trace.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#ifdef TRACE

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.7 1995/09/19 23:03:45 thorpej Exp $ */
/* $NetBSD: sys_machdep.c,v 1.8 1995/09/20 23:33:25 jonathan Exp $ */
/*
* Copyright (c) 1992, 1993
@ -49,7 +49,7 @@
#include <sys/mtio.h>
#include <sys/buf.h>
#include <sys/trace.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#ifdef TRACE