Subject: Re: Compile error in -current (i386)
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 11/26/1998 18:58:14
In article <Pine.NEB.4.02.9811260759290.27838-100000@pc1.whooppee.com> paul@whooppee.com (Paul Goyette) writes:
>(Manually rewrapped for readability)
>
>cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
>	-Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DLKM \
>	-DDIAGNOSTIC -DCOMPAT_43 -DPPP_BSDCOMP -DPPP_DEFLATE -DPPP_FILTER \
>	-DIPFILTER_LOG -DMAXUSERS=32 -D_KERNEL  -Di386  -c \
>	../../../../compat/svr4/svr4_stream.c
>../../../../compat/svr4/svr4_stream.c: In function `svr4_sys_getmsg':
>../../../../compat/svr4/svr4_stream.c:1896: `SVR4_TI_RECVFROM_REPLY' \
>	undeclared (first use this function)
>../../../../compat/svr4/svr4_stream.c:1896: (Each undeclared identifier \
>	is reported only once
>../../../../compat/svr4/svr4_stream.c:1896: for each function it appears in.)
>*** Error code 1
>
>Stop.
>
>It appears that both compat/svr4/svr4_stream.c and svr4_timod.h were
>both updated in the last sup:
>
>/*	$NetBSD: svr4_stream.c,v 1.30 1998/11/25 15:48:35 christos Exp $ */
>/*	$NetBSD: svr4_timod.h,v 1.7 1998/11/25 15:47:51 christos Exp $	 */

s/REPLY/IND/

Sorry about that. (Fixed)

christos