diff options
author | imp <imp@FreeBSD.org> | 2002-03-19 18:44:56 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-19 18:44:56 +0000 |
commit | c59132f682a46ae2ae40a8f43c73e291813072c1 (patch) | |
tree | 63f332de66f91e6e576f6b8d2d64665c471b0ef8 | |
parent | ac0ca9855bc0fcc64e9467bedddaa46bc90e2593 (diff) | |
download | FreeBSD-src-c59132f682a46ae2ae40a8f43c73e291813072c1.zip FreeBSD-src-c59132f682a46ae2ae40a8f43c73e291813072c1.tar.gz |
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.
-rw-r--r-- | sbin/bsdlabel/bsdlabel.5 | 26 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.5 | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index abc6b05d..421a1c6 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 diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index abc6b05d..421a1c6 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.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 |