From owner-freebsd-hackers Mon May 15 14:40:04 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17351 for hackers-outgoing; Mon, 15 May 1995 14:40:04 -0700 Received: from sting.artisoft.com (sting.Artisoft.COM [198.17.250.50]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA17345 for ; Mon, 15 May 1995 14:40:02 -0700 Received: (from mday@localhost) by sting.artisoft.com (8.6.9/8.6.9) id OAA13925 for freebsd-hackers@freebsd.org; Mon, 15 May 1995 14:39:35 -0700 Date: Mon, 15 May 1995 14:39:35 -0700 From: Matt Day Message-Id: <199505152139.OAA13925@sting.artisoft.com> To: freebsd-hackers@FreeBSD.org Subject: syntactical anomalies in disklabel.h Sender: hackers-owner@FreeBSD.org Precedence: bulk Microsoft Visual C++ 2.0 didn't like the following anomalies in . 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.