From owner-freebsd-current@FreeBSD.ORG Tue Jul 20 14:43:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF4016A4CE for ; Tue, 20 Jul 2004 14:43:41 +0000 (GMT) Received: from ai.x25.net (ai.x25.net [204.57.81.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B5143D3F for ; Tue, 20 Jul 2004 14:43:40 +0000 (GMT) (envelope-from jmarquez@x25.net) Received: from TNI1341 (ppp-132.x25.net [204.57.77.132]) by ai.x25.net (8.11.6/8.11.6) with SMTP id i6KEfen08768 for ; Tue, 20 Jul 2004 09:41:40 -0500 Received: from Unknown (209.163.253.71) by AVG3000 (204.57.77.132) Message-ID: <002501c46e67$efbd1650$47fda3d1@sanmarcos.x25.net> From: "jesse marquez jr" To: Date: Tue, 20 Jul 2004 09:43:35 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Kernel build error, linux module? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:43:41 -0000 5.2-current july 18th,2004 #cd /usr/src #make buildkernel KERNCONF=3DKERNEL --------- --------- /usr/src/sys/compat/linux/linux_socket.c: In function = `linux_sendto_hdrincl': /usr/src/sys/compat/linux/linux_socket.c:443: warning: declaration of = `sg' shadows a parameter /usr/src/sys/compat/linux/linux_socket.c:458: warning: passing arg 1 of = `stackgap_alloc' from incompatible pointer type /usr/src/sys/compat/linux/linux_socket.c: In function `linux_sendto': /usr/src/sys/compat/linux/linux_socket.c:881: warning: passing arg 2 of = `linux_sendto_hdrincl' from incompatible pointer type /usr/src/sys/compat/linux/linux_socket.c:881: error: too few arguments = to function `linux_sendto_hdrincl' *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CONCEPT. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ---------- ---------- I've attached my kernel. Any ideas? I may be missing something in my = custome kernel. Thanks for the time. over and out, Jesse