summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsdiskless.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfsdiskless.h')
-rw-r--r--sys/nfs/nfsdiskless.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h
index 75872f9474c..563426e1ddd 100644
--- a/sys/nfs/nfsdiskless.h
+++ b/sys/nfs/nfsdiskless.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsdiskless.h,v 1.5 1997/09/06 14:48:59 deraadt Exp $ */
+/* $OpenBSD: nfsdiskless.h,v 1.6 2001/11/14 23:37:33 mickey Exp $ */
/* $NetBSD: nfsdiskless.h,v 1.9 1996/02/18 11:54:00 fvdl Exp $ */
/*
@@ -65,7 +65,7 @@ struct nfs_diskless {
};
int nfs_boot_init __P((struct nfs_diskless *nd, struct proc *procp));
-void nfs_boot_getfh __P((struct sockaddr_in *bpsin, char *key,
- struct nfs_dlmount *ndmntp));
+int nfs_boot_getfh __P((struct sockaddr_in *bpsin, char *key,
+ struct nfs_dlmount *ndmntp, int retries));
#endif /* _NFS_DISKLESS_H_ */