From aeb0491c43c3b0f4ef4efe66ecafbfb4aaaa69c2 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 15 May 1995 22:27:48 +0000 Subject: [PATCH] Removed extraneous comma. Reviewed by: Bruce Evans --- sys/sys/disklabel.h | 4 ++-- sys/sys/diskmbr.h | 4 ++-- sys/sys/diskpc98.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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