Date: Mon, 23 Sep 2002 14:11:56 -0700 From: Peter Wemm <peter@wemm.org> To: Jonathan Mini <mini@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Message-ID: <20020923211156.B3BFA2A894@canning.wemm.org> In-Reply-To: <200209230617.g8N6HswG040488@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Mini wrote: > mini 2002/09/22 23:17:54 PDT > > Modified files: > sys/compat/linux linux_socket.c linux_sysctl.c > sys/compat/svr4 svr4_stream.c > sys/i386/linux linux_proto.h linux_syscall.h > linux_sysent.c syscalls.master > Log: > Don't use compatability syscall wrappers in emulation code. > This is needed for the COMPAT_FREEBSD3 option split. > > Reviewed by: alfred, jake Either this or a previous set of commits in this area broke the alpha: cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror ../../../compat/linux/linux_sysctl.c cc1: warnings being treated as errors ../../../compat/linux/linux_sysctl.c:126: warning: `struct linux_sethostname_args' declared inside parameter list ../../../compat/linux/linux_sysctl.c:126: warning: its scope is only this definition or declaration, which is probably not what you want ../../../compat/linux/linux_sysctl.c:127: warning: no previous prototype for `linux_sethostname' ../../../compat/linux/linux_sysctl.c: In function `linux_sethostname': ../../../compat/linux/linux_sysctl.c:136: dereferencing pointer to incomplete type ../../../compat/linux/linux_sysctl.c:136: dereferencing pointer to incomplete type *** Error code 1 (continuing) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020923211156.B3BFA2A894>