This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
#define _POSIX_SOURCE for FreeBSD
Browse Source
master
leitner
7 years ago
parent
3b44408747
commit
2cc0eec6cc
3 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
socket/socket_sctp6b.c
Unescape
Escape
View File
@ -1,3 +1,4 @@
#
define _POSIX_SOURCE
#
include
<sys/types.h>
#
ifndef __MINGW32__
#
include
<unistd.h>
1
socket/socket_tcp6b.c
Unescape
Escape
View File
@ -1,3 +1,4 @@
#
define _POSIX_SOURCE
#
include
<sys/types.h>
#
ifndef __MINGW32__
#
include
<unistd.h>
1
socket/socket_udp6.c
Unescape
Escape
View File
@ -1,3 +1,4 @@
#
define _POSIX_SOURCE
#
include
<sys/types.h>
#
ifndef __MINGW32__
#
include
<unistd.h>
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/libowfat
Title
Body
Create Issue