Subject: help me to fix the problem in building new kernel - CLBYTES
To: None <current-users@netbsd.org>
From: Chan Yiu Wah <c5666305@hkstar.com>
List: current-users
Date: 12/30/1999 07:24:33
Hello,

I had ask the same question a couple days ago.  I am still working on it.
The problem is as following. Can anyone help me to fix ? Thanks.

Clarence 

p.s. my system is i386 when source upto dec 28, 1999.

======= Error =======
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc
-I../../../../../crypto-intl/sys -I../../../../../gnu/sys -DLKM
-DDIAGNOSTIC -DEXT2FS_SYSTEM_FLAGS -DIPSEC_DEBUG -DMAXUSERS=32 -D_KERNEL
-Di386  -c ../../../../kern/exec_aout.c
../../../../kern/exec_aout.c: In function `exec_aout_prep_zmagic':
../../../../kern/exec_aout.c:110: `CLBYTES' undeclared (first use in this
function)
../../../../kern/exec_aout.c:110: (Each undeclared identifier is reported
only once
../../../../kern/exec_aout.c:110: for each function it appears in.)
../../../../kern/exec_aout.c: In function `exec_aout_prep_nmagic':
../../../../kern/exec_aout.c:160: `CLBYTES' undeclared (first use in this
function)
../../../../kern/exec_aout.c: In function `exec_aout_prep_omagic':
../../../../kern/exec_aout.c:198: `CLBYTES' undeclared (first use in this
function)
*** Error code 1

Stop.
======= Error =======