Make libc prototypes available to kernel builds
[dfdiff.git] / sys / boot / ficl / unix.c
blob3fe944c0299b06b178b817c52d8e34cb2d7f7078
1 /*
2 * $FreeBSD: src/sys/boot/ficl/unix.c,v 1.1 2001/04/29 02:36:34 dcs Exp $
3 * $DragonFly: src/sys/boot/ficl/unix.c,v 1.1 2003/11/10 06:08:33 dillon Exp $
4 */
6 #include <string.h>
7 #include <netinet/in.h>
9 #include "ficl.h"
13 unsigned long ficlNtohl(unsigned long number)
15 return ntohl(number);
21 void ficlCompilePlatform(FICL_DICT *dp)
23 return;