aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/bsdlabel.5
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-19 18:44:56 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-19 18:44:56 +0000
commit34ef9eb5e698fd6f1c7d2a1eba6c14a78537aa78 (patch)
tree63f332de66f91e6e576f6b8d2d64665c471b0ef8 /sbin/bsdlabel/bsdlabel.5
parent475df34ac256bf06f1b2da0f74e4a30fce27e875 (diff)
downloadsrc-34ef9eb5e698fd6f1c7d2a1eba6c14a78537aa78.tar.gz
src-34ef9eb5e698fd6f1c7d2a1eba6c14a78537aa78.zip
De-__P the man page, but I suspect that we need to freshly import
sys/disklabel.h since the one in here looks a little crunchy.
Notes
Notes: svn path=/head/; revision=92714
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.5')
-rw-r--r--sbin/bsdlabel/bsdlabel.526
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5
index abc6b05d0608..421a1c65ef9f 100644
--- a/sbin/bsdlabel/bsdlabel.5
+++ b/sbin/bsdlabel/bsdlabel.5
@@ -511,19 +511,19 @@ dkunit(dev_t dev)
struct buf;
struct buf_queue_head;
-int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
- int wlabel));
-void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
- struct disklabel *lp));
-void disksort __P((struct buf *ap, struct buf *bp));
-u_int dkcksum __P((struct disklabel *lp));
-char *readdisklabel __P((dev_t dev, struct disklabel *lp));
-void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
-int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
- u_long openmask));
-int writedisklabel __P((dev_t dev, struct disklabel *lp));
+int bounds_check_with_label(struct buf *bp, struct disklabel *lp,
+ int wlabel);
+void diskerr(struct buf *bp, char *what, int pri, int blkdone,
+ struct disklabel *lp);
+void disksort(struct buf *ap, struct buf *bp);
+u_int dkcksum struct disklabel *lp);
+char *readdisklabel(dev_t dev, struct disklabel *lp);
+void bufqdisksort(struct buf_queue_head *ap, struct buf *bp);
+int setdisklabel(struct disklabel *olp, struct disklabel *nlp,
+ u_long openmask);
+int writedisklabel(dev_t dev, struct disklabel *lp);
#ifdef __alpha__
-void alpha_fix_srm_checksum __P((struct buf *bp));
+void alpha_fix_srm_checksum(struct buf *bp);
#endif
#endif /* _KERNEL */
@@ -532,7 +532,7 @@ void alpha_fix_srm_checksum __P((struct buf *bp));
#ifndef _KERNEL
__BEGIN_DECLS
-struct disklabel *getdiskbyname __P((const char *));
+struct disklabel *getdiskbyname(const char *);
__END_DECLS
#endif