Subject: Compile error in -current (i386)
To: #List NetBSD current users <current-users@netbsd.org>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 11/26/1998 08:03:14
(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 $	 */

-----------------------------------------------------------------------------
| Paul Goyette      | PGP DSS Key fingerprint:   | E-mail addresses:        |
| Network Engineer  |   BCD7 5301 9513 58A6 0DBC |  paul@whooppee.com       |
| and kernel hacker |   91EB ADB1 A280 3B79 9221 |  paul.goyette@ascend.com |
-----------------------------------------------------------------------------