From owner-freebsd-questions Mon Mar 4 14:23:12 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03437 for questions-outgoing; Mon, 4 Mar 1996 14:23:12 -0800 (PST) Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA03428 for ; Mon, 4 Mar 1996 14:23:06 -0800 (PST) Received: from ns1.uh.edu (SIP-14276.Public-Dialups.UH.EDU) by Post-Office.UH.EDU (PMDF V5.0-6 #8380) id <01I1Y3QRS5OY0005SH@Post-Office.UH.EDU> for questions@freebsd.org; Mon, 04 Mar 1996 16:21:20 -0600 (CST) Date: Mon, 04 Mar 1996 16:20:49 -0600 From: Melvin Deloyd Robinson Subject: Kernel Compilation error X-Sender: melrobin@jetson.uh.edu To: questions@freebsd.org Message-id: <1.5.4b11.32.19960304222049.0067b320@jetson.uh.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Light Version 1.5.4b11 (32) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7BIT Sender: owner-questions@freebsd.org Precedence: bulk Hello, After applying the delta's from CTM src-2.1.0049 and doing a make all on the kernel I got the following errors. They seem pretty simple to correct, but I wonder if the problem is simply something that I was doing wrong or is something wrong in the source code? Thanks very much for your help. Melvin ../../netinet/ip_fwdef.c In file included from ../../netinet/ip_fwdef.c:36: ../../netinet/ip_fw.h:55: parse error before `LIST_ENTRY' ../../netinet/ip_fw.h:55: warning: no semicolon at end of struct or union ../../netinet/ip_fw.h:57: parse error before `}' ../../netinet/ip_fwdef.c:46: conflicting types for `ip_fw_chk_ptr' ../../netinet/ip_fw.h:128: previous declaration of `ip_fw_chk_ptr' ../../netinet/ip_fwdef.c:47: conflicting types for `ip_fw_ctl_ptr' ../../netinet/ip_fw.h:129: previous declaration of `ip_fw_ctl_ptr' *** Error code 1 Stop.