Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Feb 2003 19:15:12 -0800
From:      Peter Wemm <peter@wemm.org>
To:        "Sergey A. Osokin" <osa@freebsd.org.ru>
Cc:        Hajimu UMEMOTO <ume@FreeBSD.org>, all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/compat/linux linux_socket.c 
Message-ID:  <20030208031512.C57B62A8BB@canning.wemm.org>
In-Reply-To: <20030205134650.GA56766@freebsd.org.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Sergey A. Osokin" wrote:
> On Wed, Feb 05, 2003 at 03:05:45AM -0800, Hajimu UMEMOTO wrote:
> > ume         2003/02/05 03:05:45 PST
> > 
> >   Modified files:
> >     sys/compat/linux     linux_socket.c 
> >   Log:
> >   Avoid undefined symbol error with an IPv4 only kernel.
> >   
> >   Reported by:    "Sergey A. Osokin" <osa@freebsd.org.ru>
> >   
> >   Revision  Changes    Path
> >   1.36      +9 -1      src/sys/compat/linux/linux_socket.c
> 
> Thanks!

Alpha is still broken:
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_socket.c
cc1: warnings being treated as errors
../../../compat/linux/linux_socket.c: In function `linux_connect':
../../../compat/linux/linux_socket.c:629: warning: passing arg 2 of `linux_getsockaddr' from incompatible pointer type
*** Error code 1

This is on beast.freebsd.org, you can see it for yourself there.

There is a large block of #ifndef __alpha__ code in linux_socket.c, and it
looks like the alpha machdep code hasn't been updated for this change.

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?20030208031512.C57B62A8BB>