oops, nfs_msg() is called from client code too.

This commit is contained in:
Peter Wemm 1998-05-31 18:06:07 +00:00
parent 4a5f4c547e
commit 535fa8520e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36516
3 changed files with 12 additions and 3 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
* $Id: nfs_socket.c,v 1.35 1998/05/31 18:00:46 peter Exp $
* $Id: nfs_socket.c,v 1.36 1998/05/31 18:02:56 peter Exp $
*/
/*
@ -1901,6 +1901,7 @@ nfs_getreq(nd, nfsd, has_header)
return (error);
}
#endif
static int
nfs_msg(p, server, msg)
@ -1917,6 +1918,8 @@ nfs_msg(p, server, msg)
tprintf_close(tpr);
return (0);
}
#ifndef NFS_NOSERVER
/*
* Socket upcall routine for the nfsd sockets.
* The caddr_t arg is a pointer to the "struct nfssvc_sock".

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
* $Id: nfs_socket.c,v 1.35 1998/05/31 18:00:46 peter Exp $
* $Id: nfs_socket.c,v 1.36 1998/05/31 18:02:56 peter Exp $
*/
/*
@ -1901,6 +1901,7 @@ nfs_getreq(nd, nfsd, has_header)
return (error);
}
#endif
static int
nfs_msg(p, server, msg)
@ -1917,6 +1918,8 @@ nfs_msg(p, server, msg)
tprintf_close(tpr);
return (0);
}
#ifndef NFS_NOSERVER
/*
* Socket upcall routine for the nfsd sockets.
* The caddr_t arg is a pointer to the "struct nfssvc_sock".

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
* $Id: nfs_socket.c,v 1.35 1998/05/31 18:00:46 peter Exp $
* $Id: nfs_socket.c,v 1.36 1998/05/31 18:02:56 peter Exp $
*/
/*
@ -1901,6 +1901,7 @@ nfs_getreq(nd, nfsd, has_header)
return (error);
}
#endif
static int
nfs_msg(p, server, msg)
@ -1917,6 +1918,8 @@ nfs_msg(p, server, msg)
tprintf_close(tpr);
return (0);
}
#ifndef NFS_NOSERVER
/*
* Socket upcall routine for the nfsd sockets.
* The caddr_t arg is a pointer to the "struct nfssvc_sock".