repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
tests
/
net
/
in_cksum
/
assym.h
blob
60aa41ff0ad3dd07b84c7eba7ba429c20759104b
1
/* XXX: Depends on m_hdr */
2
#ifdef _LP64
3
#define M_NEXT 0
4
#define M_DATA 16
5
#define M_LEN 32
6
#else
7
#define M_NEXT 0
8
#define M_DATA 8
9
#define M_LEN 16
10
#endif