summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/disklabel.h')
-rw-r--r--sys/arch/arm/include/disklabel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/arm/include/disklabel.h b/sys/arch/arm/include/disklabel.h
index 518e397b560..0a2192ca85d 100644
--- a/sys/arch/arm/include/disklabel.h
+++ b/sys/arch/arm/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.7 2005/12/11 12:16:46 christos Exp $ */
+/* $NetBSD: disklabel.h,v 1.8 2009/03/14 14:45:55 dsl Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@@ -71,12 +71,12 @@ struct buf;
struct disklabel;
/* for readdisklabel. rv != 0 -> matches, msg == NULL -> success */
-int mbr_label_read __P((dev_t, void (*)(struct buf *), struct disklabel *,
- struct cpu_disklabel *, const char **, int *, int *));
+int mbr_label_read(dev_t, void (*)(struct buf *), struct disklabel *,
+ struct cpu_disklabel *, const char **, int *, int *);
/* for writedisklabel. rv == 0 -> dosen't match, rv > 0 -> success */
-int mbr_label_locate __P((dev_t, void (*)(struct buf *),
- struct disklabel *, struct cpu_disklabel *, int *, int *));
+int mbr_label_locate(dev_t, void (*)(struct buf *),
+ struct disklabel *, struct cpu_disklabel *, int *, int *);
#endif /* _KERNEL */
#endif /* _ARM_DISKLABEL_H_ */