/* $FreeBSD: head/sys/boot/ficl/unix.c 76116 2001-04-29 02:36:36Z dcs $ */ #include #include #include "ficl.h" unsigned long ficlNtohl(unsigned long number) { return ntohl(number); } void ficlCompilePlatform(FICL_DICT *dp) { return; }