diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index d49fd457823..3e49ea47aa4 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 - * $Id: disklabel.h,v 1.12 1995/04/15 22:46:28 bde Exp $ + * $Id: disklabel.h,v 1.13 1995/04/30 23:48:27 julian Exp $ */ #ifndef _SYS_DISKLABEL_H_ @@ -66,7 +66,7 @@ #endif #ifndef readMSPtolabel -#define readMSPtolabel(a,b,c,d,e,) /* zap calls if irrelevant */ +#define readMSPtolabel(a,b,c,d,e) /* zap calls if irrelevant */ #endif #ifdef tahoe diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h index d49fd457823..3e49ea47aa4 100644 --- a/sys/sys/diskmbr.h +++ b/sys/sys/diskmbr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 - * $Id: disklabel.h,v 1.12 1995/04/15 22:46:28 bde Exp $ + * $Id: disklabel.h,v 1.13 1995/04/30 23:48:27 julian Exp $ */ #ifndef _SYS_DISKLABEL_H_ @@ -66,7 +66,7 @@ #endif #ifndef readMSPtolabel -#define readMSPtolabel(a,b,c,d,e,) /* zap calls if irrelevant */ +#define readMSPtolabel(a,b,c,d,e) /* zap calls if irrelevant */ #endif #ifdef tahoe diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h index d49fd457823..3e49ea47aa4 100644 --- a/sys/sys/diskpc98.h +++ b/sys/sys/diskpc98.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 - * $Id: disklabel.h,v 1.12 1995/04/15 22:46:28 bde Exp $ + * $Id: disklabel.h,v 1.13 1995/04/30 23:48:27 julian Exp $ */ #ifndef _SYS_DISKLABEL_H_ @@ -66,7 +66,7 @@ #endif #ifndef readMSPtolabel -#define readMSPtolabel(a,b,c,d,e,) /* zap calls if irrelevant */ +#define readMSPtolabel(a,b,c,d,e) /* zap calls if irrelevant */ #endif #ifdef tahoe