Date: Mon, 15 May 1995 14:39:35 -0700 From: Matt Day <mday@artisoft.com> To: freebsd-hackers@FreeBSD.org Subject: syntactical anomalies in disklabel.h Message-ID: <199505152139.OAA13925@sting.artisoft.com>
next in thread | raw e-mail | index | archive | help
Microsoft Visual C++ 2.0 didn't like the following anomalies in
<sys/disklabel.h>. My guess is they also aren't quite up to ANSI
standards, but I'm not interested in taking the time to prove it.
*** sys/sys/disklabel.h- Thu Mar 16 11:16:14 1995
--- sys/sys/disklabel.h Mon May 15 14:30:20 1995
***************
*** 66,72 ****
#endif
#ifndef readMSPtolabel
! #define readMSPtolabel(a,b,c,d,e,) /* zap calls if irrelevant */
#endif
#ifdef tahoe
--- 66,72 ----
#endif
#ifndef readMSPtolabel
! #define readMSPtolabel(a,b,c,d,e) /* zap calls if irrelevant */
#endif
#ifdef tahoe
***************
*** 196,203 ****
--- 196,205 ----
#define p_sgs __partition_u1.sgs
} d_partitions[MAXPARTITIONS]; /* actually may be more */
};
+ #if 0
struct cpu_disklabel {
};
+ #endif
#else /* LOCORE */
/*
* offsets for asm boot files.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505152139.OAA13925>
