summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_vfsops.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
committerwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
commit5c25078715eec4e8c4bd3113070c61741eda267e (patch)
tree92a11759884553db16d37641280c0f0cae760022 /sys/nfs/nfs_vfsops.c
parent379b9b388fc8788659993af038bb322bfbcea8b2 (diff)
downloadFreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.zip
FreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.tar.gz
Kill XNS.
While we're at it, fix socreate() to take a process argument. (This was supposed to get committed days ago...)
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r--sys/nfs/nfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index df4a562..e19c8e6 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_vfsops.c,v 1.25 1995/12/22 15:57:38 phk Exp $
+ * $Id: nfs_vfsops.c,v 1.26 1995/12/28 21:56:49 phk Exp $
*/
#include <sys/param.h>
@@ -343,7 +343,7 @@ nfs_mountroot()
* Do enough of ifconfig(8) so that the critical net interface can
* talk to the server.
*/
- error = socreate(nd->myif.ifra_addr.sa_family, &so, SOCK_DGRAM, 0);
+ error = socreate(nd->myif.ifra_addr.sa_family, &so, SOCK_DGRAM, 0, p);
if (error)
panic("nfs_mountroot: socreate(%04x): %d",
nd->myif.ifra_addr.sa_family, error);
OpenPOWER on IntegriCloud