summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/syslog.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-24 09:36:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-24 09:36:14 +0000
commitee613aa252e5ee3c899f5b51e8a75d664423ba97 (patch)
treef764978f3ea072e3856ee45cccabbc750d9330e6 /cpukit/libnetworking/sys/syslog.h
parent2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee613aa252e5ee3c899f5b51e8a75d664423ba97.tar.bz2
Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).
Diffstat (limited to 'cpukit/libnetworking/sys/syslog.h')
-rw-r--r--cpukit/libnetworking/sys/syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/sys/syslog.h b/cpukit/libnetworking/sys/syslog.h
index 8927b8a8ff..affce6887e 100644
--- a/cpukit/libnetworking/sys/syslog.h
+++ b/cpukit/libnetworking/sys/syslog.h
@@ -178,7 +178,7 @@ CODE facilitynames[] = {
#else /* not _KERNEL */
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
#include <stdarg.h>
__BEGIN_DECLS