|
From: <ea...@us...> - 2003-02-24 22:06:45
|
Update of /cvsroot/mingw/msys/rt/src/winsup/msys/include/netinet
In directory sc8-pr-cvs1:/tmp/cvs-serv29722/include/netinet
Modified Files:
Tag: r1_1_0
in.h in_systm.h ip.h ip_icmp.h
Log Message:
Merge changes from HEAD
Index: in.h
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/msys/include/netinet/in.h,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** in.h 11 Dec 2002 00:17:13 -0000 1.1.1.1
--- in.h 24 Feb 2003 22:06:06 -0000 1.1.1.1.2.1
***************
*** 12,16 ****
#define _NETINET_IN_H
! #include <cygwin/in.h>
#endif /* _NETINET_IN_H */
--- 12,16 ----
#define _NETINET_IN_H
! #include <msys/in.h>
#endif /* _NETINET_IN_H */
Index: in_systm.h
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/msys/include/netinet/in_systm.h,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** in_systm.h 11 Dec 2002 00:17:13 -0000 1.1.1.1
--- in_systm.h 24 Feb 2003 22:06:07 -0000 1.1.1.1.2.1
***************
*** 12,16 ****
#define _NETINET_IN_SYSTM_H
! #include <cygwin/in_systm.h>
#endif /* _NETINET_IN_SYSTM_H */
--- 12,16 ----
#define _NETINET_IN_SYSTM_H
! #include <msys/in_systm.h>
#endif /* _NETINET_IN_SYSTM_H */
Index: ip.h
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/msys/include/netinet/ip.h,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** ip.h 11 Dec 2002 00:17:13 -0000 1.1.1.1
--- ip.h 24 Feb 2003 22:06:08 -0000 1.1.1.1.2.1
***************
*** 12,16 ****
#define _NETINET_IP_H
! #include <cygwin/ip.h>
#endif /* _NETINET_IP_H */
--- 12,16 ----
#define _NETINET_IP_H
! #include <msys/ip.h>
#endif /* _NETINET_IP_H */
Index: ip_icmp.h
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/msys/include/netinet/ip_icmp.h,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** ip_icmp.h 11 Dec 2002 00:17:13 -0000 1.1.1.1
--- ip_icmp.h 24 Feb 2003 22:06:08 -0000 1.1.1.1.2.1
***************
*** 12,16 ****
#define _NETINET_IP_ICMP_H
! #include <cygwin/icmp.h>
#endif /* _NETINET_IP_ICMP_H */
--- 12,16 ----
#define _NETINET_IP_ICMP_H
! #include <msys/icmp.h>
#endif /* _NETINET_IP_ICMP_H */
|