Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 09:50:38 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Jim Pirzyk <pirzyk@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern kern_mib.c
Message-ID:  <20010622094719.K20923-100000@wonky.feral.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010622094719.K20923-100000>