repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Increase sockbuf send and receive buffers to 57344 bytes. In particular,
[dragonfly.git]
/
contrib
/
cpio
/
defer.h
blob
89abffec03c8a8dadc900d97eb67f527e089882a
1
struct
deferment
2
{
3
struct
deferment
*
next
;
4
struct
new_cpio_header header
;
5
};
6
7
struct
deferment
*
create_deferment
P_
((
struct
new_cpio_header
*
file_hdr
));
8
void
free_deferment
P_
((
struct
deferment
*
d
));