From owner-freebsd-bugs Fri Jan 31 11:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07681 for bugs-outgoing; Fri, 31 Jan 1997 11:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07674; Fri, 31 Jan 1997 11:30:02 -0800 (PST) Date: Fri, 31 Jan 1997 11:30:02 -0800 (PST) Message-Id: <199701311930.LAA07674@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/2629: vnode_if.h has no protection against multiple reference Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/2629; it has been noted by GNATS. From: Bruce Evans To: dyson@freebsd.org, FreeBSD-gnats-submit@freebsd.org, proff@iq.org Cc: Subject: Re: misc/2629: vnode_if.h has no protection against multiple reference Date: Sat, 1 Feb 1997 06:18:26 +1100 >vnode_if.h is generated during the make phase by sys/kern/vnode_if.sh. due to the lack >of #ifdef _VNODE_IF_H etc, nasty things happen if vnode_if.h is multiply referenced. Good things. It doesn't work. This tells you that you included vnode_if.h from a bogus place (from somewhere other than ). Please don't use long lines. Bruce