From owner-cvs-all Fri Jun 22 9:50:51 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id E69AE37B401; Fri, 22 Jun 2001 09:50:43 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from wonky.feral.com (wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f5MGohg74755; Fri, 22 Jun 2001 09:50:43 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 22 Jun 2001 09:50:38 -0700 (PDT) From: Matthew Jacob Reply-To: To: Jim Pirzyk Cc: , Subject: Re: cvs commit: src/sys/kern kern_mib.c Message-ID: <20010622094719.K20923-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Wanna try again? ../../kern/kern_mib.c:189: conflicting types for `hostid' ../../sys/kernel.h:61: previous declaration of `hostid' *** Error code 1 It looks like you didn't compile check your change. Also, given the number of kernel files that contain the string 'hostid': ./alpha/osf1/osf1_syscall.h ./alpha/osf1/osf1_sysent.c ./cam/scsi/scsi_low.c ./cam/scsi/scsi_low.h ./dev/dpt/dpt_scsi.c ./dev/dpt/dpt.h ./dev/dpt/dpt_control.c ./dev/ncv/ncr53c500.c ./dev/ncv/ncr53c500_pccard.c ./dev/nsp/nsp.c ./dev/nsp/nsp_pccard.c ./dev/stg/tmc18c30.c ./dev/stg/tmc18c30_isa.c ./dev/stg/tmc18c30_pccard.c ./dev/ct/bshw_machdep.c ./dev/ct/bshwvar.h ./dev/ct/ct.c ./dev/ct/ct_isa.c ./i386/isa/bs/bs.c ./i386/isa/bs/bshw.c ./i386/isa/bs/bsvar.h ./i386/isa/bs/bsif.c ./kern/init_sysent.c ./kern/kern_mib.c ./kern/kern_xxx.c ./kern/syscalls.c ./netinet/in.c ./sys/kernel.h ./sys/syscall-hide.h ./sys/syscall.h ./sys/sysctl.h ./sys/sysproto.h ./netinet6/in6.c I would suggest that the simplest path is to remove the declaration in kern_mib.c and let the definition in sys/kernel.h suffice. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message