]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Move all header files to /usr/include/bsd/ and deprecate /usr/include/
authorGuillem Jover <guillem@hadrons.org>
Wed, 23 Feb 2011 10:07:30 +0000 (11:07 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 14 May 2011 11:52:52 +0000 (13:52 +0200)
commitf7caf2b30da93d46528ec706dffaf5cbde5266d9
tree4a092cde83478be26cb9d8c2c5cb71ee429e9090
parent520682e59647eadf697e6384021e6781164b11b0
Move all header files to /usr/include/bsd/ and deprecate /usr/include/

First stage of the transition to avoid possible clashes with other
software by moving out of the way the remaining headers from
/usr/include/.

At least nlist.h is known to cause file conflicts with some libelf
implementations. libutil.h is not really complete and might cause
confusion if software detects its availability w/o someone actually
checking. And lastly vis.h is not known to cause any problem and it's
complete, but better be safe than sorry.

The compatibility headers will be removed in a later release.
Makefile
include/bsd/libutil.h [new file with mode: 0644]
include/bsd/nlist.h [new file with mode: 0644]
include/bsd/vis.h [new file with mode: 0644]
include/libutil.h
include/nlist.h
include/vis.h