From owner-freebsd-questions Sat Apr 22 0:12:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from che.boliche.inch.com (che.boliche.inch.com [216.223.199.98]) by hub.freebsd.org (Postfix) with ESMTP id 5319637B51F for ; Sat, 22 Apr 2000 00:12:46 -0700 (PDT) (envelope-from omar@che.boliche.inch.com) Received: (from omar@localhost) by che.boliche.inch.com (8.9.3/8.9.3) id DAA35801; Sat, 22 Apr 2000 03:12:37 -0400 (EDT) (envelope-from omar) Date: Sat, 22 Apr 2000 03:12:37 -0400 From: Omar Thameen To: David Daugherty Cc: freebsd-questions@freebsd.org Subject: Re: make of 4.0-stable Message-ID: <20000422031237.A35774@che.boliche.inch.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got this same error until I blew out all of /usr/src and reinstalled the kernel sources from the CD (alternately, you could cvsup). My situation was a 3.x to 4.0 upgrade, so I think I did something wrong and ended up with mixed kernel sources. Omar On Fri, Mar 24, 2000 at 07:17:43AM -0800, David Daugherty wrote: > I've read through LINT and can't seem to figure out where in my config I'm > getting this error message from. > > -include opt_global.h -elf ../../dev/ppbus/if_plip.c > ../../dev/ppbus/if_plip.c: In function `lp_identify': > ../../dev/ppbus/if_plip.c:189: warning: implicit declaration of function > `BUS_ADD_CHILD' > ../../dev/ppbus/if_plip.c: In function `lpioctl': > ../../dev/ppbus/if_plip.c:356: warning: passing arg 4 of `BUS_SETUP_INTR' > makes pointer from integer without a cast > ../../dev/ppbus/if_plip.c:356: warning: passing arg 6 of `BUS_SETUP_INTR' > from incompatible pointer type > ../../dev/ppbus/if_plip.c:356: too many arguments to function > `BUS_SETUP_INTR' > ../../dev/ppbus/if_plip.c: At top level: > ../../dev/ppbus/if_plip.c:777: `device_identify_desc' undeclared here (not > in a function) > ../../dev/ppbus/if_plip.c:777: initializer element for > `lp_methods[0].desc' is not constant > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message