From owner-freebsd-stable Tue May 12 07:20:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08943 for freebsd-stable-outgoing; Tue, 12 May 1998 07:20:38 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from netcom1.netcom.com (mvh@netcom4.netcom.com [192.100.81.107]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08937 for ; Tue, 12 May 1998 07:20:33 -0700 (PDT) (envelope-from mvh@netcom.com) Received: (from mvh@localhost) by netcom1.netcom.com (8.8.8/8.8.8) id HAA01966; Tue, 12 May 1998 07:20:37 -0700 (PDT) (envelope-from mvh) Date: Tue, 12 May 1998 07:20:37 -0700 (PDT) Message-Id: <199805121420.HAA01966@netcom1.netcom.com> From: "Michael V. Harding" To: mvh@netcom.com CC: freebsd-stable@FreeBSD.ORG In-reply-to: <199805121352.GAA01256@netcom1.netcom.com> (mvh@netcom.com) Subject: Re: Building a kernel from a CVSUP this morning... References: <199805121352.GAA01256@netcom1.netcom.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk Sorry, sent this before the coffee kicked in: there is an obvious typo in the include file. Date: Tue, 12 May 1998 06:52:49 -0700 (PDT) From: "Michael V. Harding" Sender: owner-freebsd-stable@freebsd.org X-UIDL: 9e25f0bc22741640606bdb0c4d1cbf58 I see the following - I have looked at the include file and I don't know what's going on: In file included from ../../sys/namei.h:40, from ../../dev/vn/vn.c:74: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_bmap.c:45: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_lookup.c:48: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/mount.h:43, from ../../isofs/cd9660/cd9660_node.c:46: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_rrip.c:46: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_util.c:46: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_vfsops.c:46: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/namei.h:40, from ../../isofs/cd9660/cd9660_vnops.c:46: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/proc.h:49, from ../../kern/imgact_aout.c:39: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/file.h:46, from ../../kern/imgact_elf.c:43: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/proc.h:49, from ../../kern/imgact_gzip.c:32: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/mount.h:43, from ../../sys/sysproto.h:13, from ../../kern/imgact_shell.c:31: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition In file included from ../../sys/proc.h:49, from ../../kern/init_main.c:52: ../../sys/queue.h:408: warning: `CIRCLEQ_INIT' redefined ../../sys/queue.h:404: warning: this is the location of the previous definition To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message