freebsd-dev/sys/boot/ficl/unix.c

24 lines
220 B
C
Raw Normal View History

/* $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;
}