* include/cygwin/socket.h: Remove SOCK_PACKET define since it's
not supported by Windows sockets.
This commit is contained in:
parent
b6cdb2c349
commit
4bedf498d6
|
@ -1,3 +1,8 @@
|
|||
Mon Jul 3 10:53:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/cygwin/socket.h: Remove SOCK_PACKET define since it's
|
||||
not supported by Windows sockets.
|
||||
|
||||
Sun Jul 2 21:50:48 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* dcrt0.cc (user32_init): Add primitive guard against concurrent
|
||||
|
|
|
@ -36,11 +36,6 @@ struct msghdr
|
|||
#define SOCK_RAW 3 /* raw socket */
|
||||
#define SOCK_RDM 4 /* reliably-delivered message */
|
||||
#define SOCK_SEQPACKET 5 /* sequential packet socket */
|
||||
#define SOCK_PACKET 10 /* CYGWIN specific way of */
|
||||
/* getting packets at the dev */
|
||||
/* level. For writing rarp and */
|
||||
/* other similar things on the */
|
||||
/* user level. */
|
||||
|
||||
/* Supported address families. */
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue