From 60d13c7a9dd18f720483338ebef03609492ca98c Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 7 Dec 1998 21:58:50 +0000 Subject: The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static and local variables, goto labels, and functions declared but not defined. --- sys/nfs/nfs_syscalls.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/nfs/nfs_syscalls.c') diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index abf3383..8b85b9b 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.42 1998/08/23 03:07:16 wollman Exp $ + * $Id: nfs_syscalls.c,v 1.43 1998/09/01 02:31:52 luoqi Exp $ */ #include @@ -357,7 +357,6 @@ nfssvc_addsock(fp, mynam, p) struct sockaddr *mynam; struct proc *p; { - register struct mbuf *m; register int siz; register struct nfssvc_sock *slp; register struct socket *so; -- cgit v1.1