repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713
[freebsd/src.git]
/
stand
/
ficl
/
unix.c
blob
77ab3a405d70964db6e2f681085013133f178beb
1
2
#include <string.h>
3
#include <netinet/in.h>
4
5
#include
"ficl.h"
6
7
8
9
unsigned long
ficlNtohl
(
unsigned long
number
)
10
{
11
return
ntohl
(
number
);
12
}
13
14
15
16
17
void
ficlCompilePlatform
(
FICL_DICT
*
dp
)
18
{
19
return
;
20
}
21
22