I've posted a webrev up here:

http://cr.opensolaris.org/~gdamore/ucbhead/

This eliminates the headers and lint libraries from being delivered. I also pruned some headers that we weren't using internally, and hence don't need anymore. (Avoid "unreferenced file" issues later.)

The other thing I did is some programs were converted to use <sys/fcntl.h> The reason for this is that originally /usr/ucbinclude/fcntl.h was a symlink to /usr/ucbinclude/sys/fcntl.h ... but that symlink isn't created anymore.

I changed some of the source files to use the <sys/fcntl.h> location directly, but then found out that this was not good enough because some headers for /usr/include reference <fcntl.h> as well. So I put in a stub <fcntl.h> that just #include's <sys/fcntl.h> But I didn't change the source files in the programs that I had already modified. Hopefully nobody takes offense at this. :-)

Thanks.

   - Garrett

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to