From: Philip Homburg Date: Fri, 24 Mar 2006 14:08:46 +0000 (+0000) Subject: Added NWIOTCPGERROR. X-Git-Tag: v3.1.2a~151 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/static/tz-link.htm?a=commitdiff_plain;h=3290604a80487155f9940cb8f92b1f9e8ee26750;p=minix.git Added NWIOTCPGERROR. --- diff --git a/include/net/ioctl.h b/include/net/ioctl.h index 148ac99d7..c110943c1 100755 --- a/include/net/ioctl.h +++ b/include/net/ioctl.h @@ -44,6 +44,7 @@ #define NWIOTCPLISTENQ _IOW('n', 57, int) #define NWIOGTCPCOOKIE _IOR('n', 58, struct tcp_cookie) #define NWIOTCPACCEPTTO _IOW('n', 59, struct tcp_cookie) +#define NWIOTCPGERROR _IOR('n', 60, int) #define NWIOSUDPOPT _IOW('n', 64, struct nwio_udpopt) #define NWIOGUDPOPT _IOR('n', 65, struct nwio_udpopt)