summaryrefslogtreecommitdiff
path: root/include/bsd/vis.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Move all header files to /usr/include/bsd/ and deprecate /usr/include/Guillem Jover1-0/+88
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.