summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-06-04 01:39:49 +0000
committeroster <oster@NetBSD.org>2000-06-04 01:39:49 +0000
commit1dcc041500c7f9d0cccd8e29567dd24e6b5778f2 (patch)
treed7ae571b82e8783375f7ddba0799c4e69fb0eeaa /sys/dev/raidframe
parent79b8558eacb2f37b658caa703144a1b3fca85d66 (diff)
Minor prototype cleanup.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_kintf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_kintf.h b/sys/dev/raidframe/rf_kintf.h
index 8e0ae0cc672..73e7377d428 100644
--- a/sys/dev/raidframe/rf_kintf.h
+++ b/sys/dev/raidframe/rf_kintf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_kintf.h,v 1.12 2000/03/07 02:59:50 oster Exp $ */
+/* $NetBSD: rf_kintf.h,v 1.13 2000/06/04 01:39:49 oster Exp $ */
/*
* rf_kintf.h
*
@@ -45,11 +45,11 @@ int raidwrite_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
int raidread_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
void rf_update_component_labels( RF_Raid_t *);
void rf_final_update_component_labels( RF_Raid_t *);
-int raidlookup __P((char *, struct proc *, struct vnode **));
+int raidlookup(char *, struct proc *, struct vnode **);
int raidmarkclean(dev_t dev, struct vnode *b_vp, int);
int raidmarkdirty(dev_t dev, struct vnode *b_vp, int);
-void raid_init_component_label __P((RF_Raid_t *, RF_ComponentLabel_t *));
-void rf_print_component_label __P((RF_ComponentLabel_t *));
+void raid_init_component_label(RF_Raid_t *, RF_ComponentLabel_t *);
+void rf_print_component_label(RF_ComponentLabel_t *);
void rf_UnconfigureVnodes( RF_Raid_t * );
void rf_close_component( RF_Raid_t *, struct vnode *, int);
#endif /* _RF__RF_KINTF_H_ */