Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 16:05:25 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/pc98/pc98 diskslice_machdep.c
Message-ID:  <20021216155722.F14857-100000@gamplex.bde.org>
In-Reply-To: <200212152215.gBFMFKEC094326@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Dec 2002, Poul-Henning Kamp wrote:

> phk         2002/12/15 14:15:20 PST
>
>   Modified files:
>     sys/pc98/pc98        diskslice_machdep.c
>   Log:
>   unifdef -DPC98 -U__alpha__
>
>   Revision  Changes    Path
>   1.46      +13 -315   src/sys/pc98/pc98/diskslice_machdep.c

These ifdefs were intentional.  Large parts of the pc98 code including
all of the previous rev. of this file are maintained as a set of additions
(in PC98 ifdefs) to the "MI" or i386 version.  Removing 315 lines mainly
adds 315 lines of differences relative to the base version.  The previous
version had rotted a bit (was missing some changes for magic geometries).

The change doesn't even compile, since it introduces syntax errors
including obvious ones such as replacing variable names in declarations
by 0.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021216155722.F14857-100000>