From owner-cvs-all Fri Feb 7 19:15:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9A437B401; Fri, 7 Feb 2003 19:15:13 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB74243FB1; Fri, 7 Feb 2003 19:15:12 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C57B62A8BB; Fri, 7 Feb 2003 19:15:12 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Sergey A. Osokin" Cc: Hajimu UMEMOTO , all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c In-Reply-To: <20030205134650.GA56766@freebsd.org.ru> Date: Fri, 07 Feb 2003 19:15:12 -0800 From: Peter Wemm Message-Id: <20030208031512.C57B62A8BB@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "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" > > > > 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