Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 09:25:49 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        "Jordan K. Hubbard" <jkh@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/sysinstall label.c menus.c
Message-ID:  <20010324092549.A2225@dragon.nuxi.com>
In-Reply-To: <200103230806.f2N86Kf10780@freefall.freebsd.org>; from jkh@FreeBSD.org on Fri, Mar 23, 2001 at 12:06:20AM -0800
References:  <200103230806.f2N86Kf10780@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 23, 2001 at 12:06:20AM -0800, Jordan K. Hubbard wrote:
>   Modified files:
>     usr.sbin/sysinstall  label.c menus.c 
>   Log:
>   Eliminate an old warning brought about by insufficient foresight when creating
>   the Menu structure.  Have I ever mentioned that sysinstall really needs to
>   be rewritten?

You broke the Alpha build:

/usr/src/usr.sbin/sysinstall/menus.c:1323: initializer element is not computable at load time
/usr/src/usr.sbin/sysinstall/menus.c:1323: (near initialization for `MenuNetworking.items[9].aux')

Reverting the "(int)" cast fixes the problem.

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?20010324092549.A2225>