freebsd-dev/sys/fs/fdescfs
Bruce Evans b71fec07db Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
Include it directly in the few places where it is used.

Reduced some #includes of <sys/file.h> to #includes of <sys/fcntl.h> or
nothing.
1996-09-03 14:25:27 +00:00
..
fdesc_vfsops.c Fixed the type of fdesc_sync(). Trailing args were missing. 1995-11-16 10:58:35 +00:00
fdesc_vnops.c Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. 1996-09-03 14:25:27 +00:00
fdesc.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00