Rename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATED

This commit is contained in:
Guillem Jover
2011-05-27 21:39:14 +02:00
parent cd4996cebe
commit 755d86be01
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
#endif
/* FIXME: Temporary inclusions to avoid API breakage, will be removed soon. */
#ifndef LIBBSD_CLEAN_INCLUDES
#ifndef LIBBSD_DISABLE_DEPRECATED
#include <bsd/stdio.h>
#include <bsd/unistd.h>
#endif