diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-05-12 03:27:06 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-05-12 03:27:06 +0000 |
commit | f4e75c6395310fa4b119d3eaa9a4a9f8913df200 (patch) | |
tree | 2b015c205d81fa2431f0c36d7d9e903088a56d1c /unix.c | |
parent | be98e1ae3decabdd852fbe6496166aaa9acfbf9e (diff) |
Notes
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 21 |
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; -} - - |