diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 01:47:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 01:47:09 +0000 |
commit | 3c725de9119994846734b29ef9f6f1d6bd3b75e4 (patch) | |
tree | 8d837bd3b1dbbb324ff6c68e0e8bdd30d340a3c5 /sys | |
parent | 053f65abf4f426e862c311ab00a912d2d31af9af (diff) |
correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfs_boot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 8b6f2cccdda..3b38f4a4b29 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.14 2002/03/14 01:27:13 millert Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.15 2002/06/02 01:47:08 deraadt Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -67,10 +67,11 @@ nfs_boot_init(nd, procp) } int -nfs_boot_getfh(bpsin, key, ndmntp) +nfs_boot_getfh(bpsin, key, ndmntp, retries) struct sockaddr_in *bpsin; char *key; struct nfs_dlmount *ndmntp; + int retries; { /* can not get here */ return (EOPNOTSUPP); |