diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-11 12:18:55 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-11 12:18:55 +0000 |
commit | 480d167087fa344fe6cdc2ca624ddc5bf74ad406 (patch) | |
tree | dfbd8e877a1e709231ed425aede08ffd0b026a4e /sys/nfs/nfs_var.h | |
parent | 45b5f5562300b1b582a88e47df07ff5c316e8f68 (diff) |
remove duplicate prototype;
ok pedro@
Diffstat (limited to 'sys/nfs/nfs_var.h')
-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); |