summaryrefslogtreecommitdiffstats
path: root/stand/ficl/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/ficl/unix.c')
-rw-r--r--stand/ficl/unix.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/stand/ficl/unix.c b/stand/ficl/unix.c
new file mode 100644
index 0000000..5b56440
--- /dev/null
+++ b/stand/ficl/unix.c
@@ -0,0 +1,23 @@
+/* $FreeBSD$ */
+
+#include <string.h>
+#include <netinet/in.h>
+
+#include "ficl.h"
+
+
+
+unsigned long ficlNtohl(unsigned long number)
+{
+ return ntohl(number);
+}
+
+
+
+
+void ficlCompilePlatform(FICL_DICT *dp)
+{
+ return;
+}
+
+
OpenPOWER on IntegriCloud