]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/boot/ficl/unix.c
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / boot / ficl / unix.c
1 /* $FreeBSD$ */
2
3 #include <string.h>
4 #include <netinet/in.h>
5
6 #include "ficl.h"
7
8
9
10 unsigned long ficlNtohl(unsigned long number)
11         {
12         return ntohl(number);
13         }
14
15
16
17
18 void ficlCompilePlatform(FICL_DICT *dp)
19 {
20     return;
21 }
22
23