From owner-freebsd-current Tue Jul 3 11:44: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from alchemistry.net (alchemistry.net [160.79.102.254]) by hub.freebsd.org (Postfix) with ESMTP id C22CB37B406 for ; Tue, 3 Jul 2001 11:44:02 -0700 (PDT) (envelope-from mail@krel.org) Received: from [192.168.0.1] (helo=ilya) by alchemistry.net with smtp (TLSv1:RC4-MD5:128) (Exim 3.22 #1) id 15HV9W-000Dqg-00 for freebsd-current@FreeBSD.ORG; Tue, 03 Jul 2001 14:44:02 -0400 Message-ID: <017301c103f0$46c2a400$0100a8c0@ilya> From: "Ilya" To: Subject: error building kernel Date: Tue, 3 Jul 2001 14:45:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just cvsuped sources for current, was able to build world succesfully but kernel build failes at this point: linux_sysent.c:21: sizeof applied to an incomplete type linux_sysent.c:21: warning: built-in function 'exit' used without declaration linux_sysent.c:21: warning: cast discards qualifiers from pointer target type Error code 1 etc ive tried to add LINUX_COMPAT to my kernel, but got same error. there is no linux mentioning in my kernel config. can some one tell me whats wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message