mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed extraneous comma.
Reviewed by: Bruce Evans
This commit is contained in:
parent
b2821ccba5
commit
aeb0491c43
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue