repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
bsd
/
libbind
/
dist
/
port
/
cygwin
/
include
/
sys
/
socket.h
blob
aea6c07b7ea1d5f8355fc9ccfb1b271099e8e7fa
1
/* $NetBSD$ */
2
3
#ifndef _cygwin_sys_socket_h
4
#define _cygwin_sys_socket_h
5
6
#include_next <sys/socket.h>
7
8
#ifndef IFF_POINTOPOINT
9
# define IFF_POINTOPOINT 0x10
10
#endif
11
12
#endif