Remove redundant bounds_check_with_label() prototype.

This commit is contained in:
thorpej 2003-05-10 16:12:02 +00:00
parent 64e9f09f51
commit 2a90e2a9c9
15 changed files with 15 additions and 88 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2003/05/10 16:12:02 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -54,9 +54,4 @@ struct cpu_disklabel {
};
#endif
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.5 2000/02/22 11:26:02 soda Exp $ */
/* $NetBSD: disklabel.h,v 1.6 2003/05/10 16:12:02 thorpej Exp $ */
/* $OpenBSD: disklabel.h,v 1.14 1999/03/23 16:36:17 millert Exp $ */
/* NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp */
@ -54,9 +54,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/* $NetBSD: disklabel.h,v 1.3 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@ -63,7 +63,6 @@ struct cpu_disklabel {
#ifdef _KERNEL
struct buf;
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
/* for readdisklabel. rv != 0 -> matches, msg == NULL -> success */
int mbr_label_read __P((dev_t, void (*)(struct buf *), struct disklabel *,

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.40 2003/01/17 22:34:22 thorpej Exp $ */
/* $NetBSD: cpu.h,v 1.41 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -197,13 +197,6 @@ void config_console __P((void));
*/
long clkread __P((void));
/*
* Prototypes from disksubr.c
*/
struct buf;
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
/*
* Prototypes from fpu.c
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.4 1999/01/27 21:00:05 thorpej Exp $ */
/* $NetBSD: disklabel.h,v 1.5 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -47,9 +47,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.1 2002/12/09 12:16:01 scw Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -44,9 +44,4 @@ struct cpu_disklabel {
struct dkbad bad; /* bad-sector information */
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label(struct buf *bp, struct disklabel *lp, int wlabel);
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.2 2001/03/14 14:47:41 toshii Exp $ */
/* $NetBSD: disklabel.h,v 1.3 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -49,9 +49,4 @@ struct cpu_disklabel {
};
#endif
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.4 2002/03/23 03:14:54 shin Exp $ */
/* $NetBSD: disklabel.h,v 1.5 2003/05/10 16:12:04 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -63,9 +63,4 @@ struct cpu_disklabel {
};
#endif
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.9 2001/01/02 23:06:54 tron Exp $ */
/* $NetBSD: disklabel.h,v 1.10 2003/05/10 16:12:04 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -63,9 +63,4 @@ struct cpu_disklabel {
};
#endif
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.10 2002/09/10 11:28:56 dbj Exp $ */
/* $NetBSD: disklabel.h,v 1.11 2003/05/10 16:12:04 thorpej Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -223,9 +223,4 @@ struct blockzeroblock {
#define BZB_USRFS 0x4000
#define BZB_USRFS_NEW 0x0004
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp, int wlabel));
#endif /* _KERNEL */
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.2 2002/03/07 19:15:46 matt Exp $ */
/* $NetBSD: disklabel.h,v 1.3 2003/05/10 16:12:04 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -47,9 +47,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.5 1999/01/27 21:33:20 thorpej Exp $ */
/* $NetBSD: disklabel.h,v 1.6 2003/05/10 16:12:04 thorpej Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -43,9 +43,4 @@ struct cpu_disklabel {
int cd_start; /* Offset to NetBSD partition in blocks */
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp, int wlabel));
#endif /* _KERNEL */
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.1 2002/05/30 08:51:16 augustss Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2003/05/10 16:12:05 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -47,9 +47,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label(struct buf *, struct disklabel *, int);
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.3 2002/03/09 01:15:22 matt Exp $ */
/* $NetBSD: disklabel.h,v 1.4 2003/05/10 16:12:05 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -47,9 +47,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.2 2001/12/07 05:20:57 briggs Exp $ */
/* $NetBSD: disklabel.h,v 1.3 2003/05/10 16:12:05 thorpej Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -47,9 +47,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
#ifdef _KERNEL
struct disklabel;
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
#endif
#endif /* _MACHINE_DISKLABEL_H_ */