summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/local/syslog.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-11 13:23:45 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-11 13:23:45 -0500
commit1b13f6981a8c459d3f6b91cebf1f359cdabbb129 (patch)
treee10151b7165f26195c23a67c810a77ee718d7973 /freebsd-userspace/local/syslog.h
parentClarified information in libbsd.txt. (diff)
downloadrtems-libbsd-1b13f6981a8c459d3f6b91cebf1f359cdabbb129.tar.bz2
FreeBSD user space support - First additions
This requires a full checkout of the FreeBSD 8.2 source code. The checkout we have been using is missing at least the libc, include, and sys directories. The script to copy files in is crude. This eventually needs to separate the manually written .h files out and add the RTEMS specific network initialization support with functionality to program the IP addresses and gateways as the old stack did.
Diffstat (limited to 'freebsd-userspace/local/syslog.h')
-rw-r--r--freebsd-userspace/local/syslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd-userspace/local/syslog.h b/freebsd-userspace/local/syslog.h
new file mode 100644
index 00000000..830b4928
--- /dev/null
+++ b/freebsd-userspace/local/syslog.h
@@ -0,0 +1 @@
+#include <sys/syslog.h>