1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

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

bogusly included by <sys/socketvar.h>.
This commit is contained in:
Bruce Evans 1996-04-30 23:26:52 +00:00
parent 21e0797227
commit 71d96b71c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15480
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>