diff options
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 0fe11d0..fcc6a4c 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,12 +34,12 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id$ + * $Id: nfs_vfsops.c,v 1.35 1997/02/22 09:42:44 peter Exp $ */ #include <sys/param.h> #include <sys/conf.h> -#include <sys/ioctl.h> +#include <sys/sockio.h> #include <sys/signal.h> #include <sys/proc.h> #include <sys/namei.h> |