diff options
Diffstat (limited to 'sys/nfsclient')
-rw-r--r-- | sys/nfsclient/bootp_subr.c | 1 | ||||
-rw-r--r-- | sys/nfsclient/nfs_node.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index 16b6119..80375d7 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -48,7 +48,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/sockio.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/mount.h> #include <sys/mbuf.h> diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c index f1031ae..c706a20 100644 --- a/sys/nfsclient/nfs_node.c +++ b/sys/nfsclient/nfs_node.c @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/mount.h> #include <sys/namei.h> #include <sys/vnode.h> |