summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-15 22:27:48 +0000
committerdg <dg@FreeBSD.org>1995-05-15 22:27:48 +0000
commit3bf8bf81dd5daeb13afba4cc707474abec42647d (patch)
treee0ff4bab70fed0b94f336a23d04d5a274662b5b9 /sys
parent050f67479b58f73897efd5fa2a53c87cdb2d8c48 (diff)
downloadFreeBSD-src-3bf8bf81dd5daeb13afba4cc707474abec42647d.zip
FreeBSD-src-3bf8bf81dd5daeb13afba4cc707474abec42647d.tar.gz
Removed extraneous comma.
Reviewed by: Bruce Evans
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h4
-rw-r--r--sys/sys/diskmbr.h4
-rw-r--r--sys/sys/diskpc98.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index d49fd45..3e49ea4 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 d49fd45..3e49ea4 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 d49fd45..3e49ea4 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
OpenPOWER on IntegriCloud