From e9dbc9253e701fbf11d2cb8c69f043e1500ff0f6 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 30 Aug 2004 16:15:03 +0000 Subject: [PATCH] De-__P. --- sys/sys/disklabel.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index dc87c4c4b831..7ee23a8a1e65 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.88 2003/11/14 12:07:42 lukem Exp $ */ +/* $NetBSD: disklabel.h,v 1.89 2004/08/30 16:15:03 thorpej Exp $ */ /* * Copyright (c) 1987, 1988, 1993 @@ -495,17 +495,17 @@ struct partinfo { struct disk; -void diskerr __P((const struct buf *, const char *, const char *, int, - int, const struct disklabel *)); -u_int dkcksum __P((struct disklabel *)); -int setdisklabel __P((struct disklabel *, struct disklabel *, u_long, - struct cpu_disklabel *)); -const char *readdisklabel __P((dev_t, void (*)(struct buf *), - struct disklabel *, struct cpu_disklabel *)); -int writedisklabel __P((dev_t, void (*)(struct buf *), struct disklabel *, - struct cpu_disklabel *)); -int bounds_check_with_label __P((struct disk *, struct buf *, int)); -int bounds_check_with_mediasize __P((struct buf *, int, u_int64_t)); +void diskerr(const struct buf *, const char *, const char *, int, + int, const struct disklabel *); +u_int dkcksum(struct disklabel *); +int setdisklabel(struct disklabel *, struct disklabel *, u_long, + struct cpu_disklabel *); +const char *readdisklabel(dev_t, void (*)(struct buf *), + struct disklabel *, struct cpu_disklabel *); +int writedisklabel(dev_t, void (*)(struct buf *), struct disklabel *, + struct cpu_disklabel *); +int bounds_check_with_label(struct disk *, struct buf *, int); +int bounds_check_with_mediasize(struct buf *, int, u_int64_t); #endif #endif /* _LOCORE */