[5711] in testers
Re: patch release breaks Sun dev environment for non-updated
daemon@ATHENA.MIT.EDU (Robert A Basch)
Mon Mar 8 15:40:29 2004
From: Robert A Basch <rbasch@MIT.EDU>
To: Greg Hudson <ghudson@mit.edu>
Cc: testers@mit.edu, rel-eng@mit.edu
In-Reply-To: <1078776363.25713.36.camel@error-messages.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1078778426.2729.14.camel@anhedonia.mit.edu>
Mime-Version: 1.0
Date: Mon, 08 Mar 2004 15:40:27 -0500
On Mon, 2004-03-08 at 15:06, Greg Hudson wrote:
> 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
...or maybe just change the directive to include the explicit
path "/os...". This seems slightly easier, and safer (it still
works in the unlikely event that rwstlock.h changes).
If we decide to go this route, we'll need to find all the places
where all of the new headers are included.
Here is a list of the new headers:
/usr/include/sys/bootstat.h
/usr/include/sys/cmpregs.h
/usr/include/sys/lgrp_user.h
/usr/include/sys/list.h
/usr/include/sys/list_impl.h
/usr/include/sys/multidata.h
/usr/include/sys/pattr.h
/usr/include/sys/ramdisk.h
/usr/include/sys/rwstlock.h
/usr/platform/sun4u/include/sys/cmp.h
Bob