correct proto

This commit is contained in:
deraadt 1994-06-30 20:25:42 +00:00
parent c5656ed1f6
commit 34ab47567a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.25 1994/06/29 06:43:56 cgd Exp $ */
/* $NetBSD: disklabel.h,v 1.26 1994/06/30 20:25:42 deraadt Exp $ */
/*
* Copyright (c) 1987, 1988 Regents of the University of California.
@ -378,9 +378,9 @@ u_int dkcksum __P((struct disklabel *));
int setdisklabel __P((struct disklabel *, struct disklabel *, u_long,
struct cpu_disklabel *));
char *readdisklabel
__P((int, void (*)(), struct disklabel *, struct cpu_disklabel *));
__P((dev_t, void (*)(), struct disklabel *, struct cpu_disklabel *));
int writedisklabel
__P((int, void (*)(), struct disklabel *, struct cpu_disklabel *));
__P((dev_t, void (*)(), struct disklabel *, struct cpu_disklabel *));
#endif
#endif /* LOCORE */