Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 13:31:10 -0400 (EDT)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@freebsd.org
Subject:   One last make world problem (imgact_svr4.c)
Message-ID:  <199905101731.NAA22327@bb01f39.unx.sas.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905101731.NAA22327>