* include/cygwin/socket.h: Remove SOCK_PACKET define since it's

not supported by Windows sockets.
This commit is contained in:
Corinna Vinschen
2000-07-03 09:23:11 +00:00
parent b6cdb2c349
commit 4bedf498d6
2 changed files with 5 additions and 5 deletions

View File

@ -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. */
/*