From owner-freebsd-current Mon May 10 10:31:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id F3CE71586E for ; Mon, 10 May 1999 10:31:42 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id NAA11757 for ; Mon, 10 May 1999 13:31:41 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA03759; Mon, 10 May 1999 13:31:11 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id NAA22327 for freebsd-current@freebsd.org; Mon, 10 May 1999 13:31:11 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199905101731.NAA22327@bb01f39.unx.sas.com> Subject: One last make world problem (imgact_svr4.c) To: freebsd-current@freebsd.org Date: Mon, 10 May 1999 13:31:10 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, It looks like most of the compilation problems from the last few days have been cleaned up pretty well... The last one I'm seeing now is: cc -nostdinc -O -pipe -DKERNEL -DCOMPAT_SVR4 -DKERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/obj/usr/src/sys/modules/svr4 -I/usr/obj/usr/src/sys/modules/svr4/@ -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c:233: parse error before `svr4_execsw' /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c:233: warning: type defaults to `int' in declaration of `svr4_execsw' /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c:233: warning: initialization makes integer from pointer without a cast /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c:233: warning: excess elements in scalar initializer after `svr4_execsw' /usr/src/sys/modules/svr4/../../svr4/imgact_svr4.c:233: warning: data definition has no type or storage class *** Error code 1 I don't see any mods to code for the type or initializer via cvsweb, and my tree is only a few hours out of date. I tend to forget, this is against the 4.0 sources. Thanks! John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message