- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / sys / boot / ficl / unix.c
blobb2a3b112a82dc1ef7e163b1009db3ade4753e765
1 /*
2 * $FreeBSD: src/sys/boot/ficl/unix.c,v 1.2 2007/03/23 22:26:01 jkim Exp $
3 * $DragonFly: src/sys/boot/ficl/unix.c,v 1.2 2008/03/29 23:31:07 swildner 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;