Move <bsd/cdefs.h> to <bsd/sys/cdefs.h>

This maps more closely the location of the real header. For
transitional purposes keep a <bsd/cdefs.h> that warns and includes
<bsd/sys/cdefs.h>.
This commit is contained in:
Guillem Jover
2009-10-23 23:04:42 +02:00
parent e51be45c40
commit d3e14ea99e
4 changed files with 102 additions and 65 deletions

View File

@@ -31,7 +31,7 @@
* Include all bsd compat headers.
*/
#include <bsd/cdefs.h>
#include <bsd/sys/cdefs.h>
#include <bsd/stdlib.h>
#include <bsd/string.h>
#include <bsd/err.h>