diff options
| author | 2002-06-02 01:47:08 +0000 | |
|---|---|---|
| committer | 2002-06-02 01:47:08 +0000 | |
| commit | 604921d7a57aaff1431eb32975c001e8ac35f360 (patch) | |
| tree | 577cea0ac2e79c2ea0cbfb108588826b47d9d6dc /sys/nfs/nfs_boot.c | |
| parent | Fix ordering and typo problem (diff) | |
| download | wireguard-openbsd-604921d7a57aaff1431eb32975c001e8ac35f360.tar.xz wireguard-openbsd-604921d7a57aaff1431eb32975c001e8ac35f360.zip | |
correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net
Diffstat (limited to 'sys/nfs/nfs_boot.c')
| -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); |
