summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/unix.c b/unix.c
deleted file mode 100644
index 3cf7862329b6b..0000000000000
--- a/unix.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#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;
-}
-
-