This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
speculative pre-emptive freebsd 4 compatibility ;)
master
Felix von Leitner
17 years ago
parent
75e1b71e75
commit
4f27d99c9d
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
io/io_close.c
+1
-0
io/io_sendfile.c
+ 1
- 0
io/io_close.c
View File
@ -1,4 +1,5 @@
#
include
<unistd.h>
#
include
<sys/types.h>
#
include
<sys/mman.h>
#
include
"io_internal.h"
+ 1
- 0
io/io_sendfile.c
View File
@ -97,6 +97,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) {
#
else
#
include
<unistd.h>
#
include
<sys/types.h>
#
include
<sys/mman.h>
#
define BUFSIZE 16384
Write
Preview
Loading…
Cancel
Save