diff options
-rw-r--r-- | sys/nfs/nfs_var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index fc7bb9d506a..c4667fd8d45 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.23 2004/08/03 17:11:48 marius Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.24 2007/04/11 12:18:54 thib Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -71,7 +71,6 @@ int nfs_doio(struct buf *, struct proc *); /* nfs_boot.c */ int nfs_boot_init(struct nfs_diskless *, struct proc *); -int nfs_boot_init(struct nfs_diskless *, struct proc *); /* nfs_node.c */ void nfs_nhinit(void); |