#include <sys/filedesc.h> explicitly instead of depending on it being

bogusly included by <sys/socketvar.h>.
This commit is contained in:
bde 1996-04-30 23:26:52 +00:00
parent 6c1b96a1fb
commit 5f44ced3fa
3 changed files with 6 additions and 3 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_syscalls.c 8.3 (Berkeley) 1/4/94
* $Id: nfs_syscalls.c,v 1.12 1995/12/17 21:12:33 phk Exp $
* $Id: nfs_syscalls.c,v 1.13 1996/01/13 23:27:58 phk Exp $
*/
#include <sys/param.h>
@ -42,6 +42,7 @@
#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/stat.h>
#include <sys/vnode.h>
#include <sys/mount.h>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_syscalls.c 8.3 (Berkeley) 1/4/94
* $Id: nfs_syscalls.c,v 1.12 1995/12/17 21:12:33 phk Exp $
* $Id: nfs_syscalls.c,v 1.13 1996/01/13 23:27:58 phk Exp $
*/
#include <sys/param.h>
@ -42,6 +42,7 @@
#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/stat.h>
#include <sys/vnode.h>
#include <sys/mount.h>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_syscalls.c 8.3 (Berkeley) 1/4/94
* $Id: nfs_syscalls.c,v 1.12 1995/12/17 21:12:33 phk Exp $
* $Id: nfs_syscalls.c,v 1.13 1996/01/13 23:27:58 phk Exp $
*/
#include <sys/param.h>
@ -42,6 +42,7 @@
#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/stat.h>
#include <sys/vnode.h>
#include <sys/mount.h>