[5710] in testers
Re: patch release breaks Sun dev environment for non-updated
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Mar 8 15:06:07 2004
From: Greg Hudson <ghudson@MIT.EDU>
To: Robert A Basch <rbasch@mit.edu>
Cc: testers@mit.edu, rel-eng@mit.edu
In-Reply-To: <1078773549.25713.32.camel@error-messages.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1078776363.25713.36.camel@error-messages.mit.edu>
Mime-Version: 1.0
Date: Mon, 08 Mar 2004 15:06:03 -0500
On Mon, 2004-03-08 at 14:19, Greg Hudson wrote:
> * Hack up /os somehow so that <sys/vnode.h> works without a
> <sys/rwstlock.h> symlink. (There are various options.)
I think the best sub-option here is to take the contents of
<sys/rwstlock.h> and paste them into <sys/vnode.h> in place of the
#include directive, perhaps with a leading and trailing comment
explaining what we did. I think that should be safe and simple; that's
what the preprocessor would be doing under normal circumstances anyway.
So perhaps this is the right answer.