Re: ip.h tcp.h

2002-04-08 Thread Wu Yongwei
ChangeLog: BSD-style header files ip.h, tcp.h, and udp.h are added, which include definitions for IP, TCP, and UDP packet header structures. Positions: * ip.h.diff is against /usr/include/netinet/ip.h * tcp.h.diff is against /usr/include/netinet/tcp.h * udp.h should be added to

Re: ip.h tcp.h

2002-04-08 Thread adah
OK, I am trying again. ChangeLog: Definitions for struct ip, tcphdr, and udphdr from BSD are added. I hope I can do better next time. Sorry for not reading the contrib page very carefully. Regards, Wu Yongwei On Tue, Apr 09, 2002 at 09:56:37AM +0800, Wu Yongwei wrote: ChangeLog:

Re: ip.h tcp.h

2002-04-08 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 10:47:36AM +0800, [EMAIL PROTECTED] wrote: OK, I am trying again. ChangeLog: Definitions for struct ip, tcphdr, and udphdr from BSD are added. If you look at the entries in the ChangeLog file, does this look anything like one of them? Look also at past submissions in

Re: ip.h tcp.h

2002-04-08 Thread adah
I think I understand now. Previously I thought I only needed to provide the Log Message (cvs commit -m...), but you are really requiring a complete one as could be generated by CVS. So: ChangeLog: In include/netinet/: 2002-04-09 Wu Yongwei [EMAIL PROTECTED] * ip.h: Add definition for struct

Re: ip.h tcp.h

2002-04-08 Thread Christopher Faylor
I give up. Does someone else want to take a stab at this? cgf On Tue, Apr 09, 2002 at 11:14:03AM +0800, [EMAIL PROTECTED] wrote: I think I understand now. Previously I thought I only needed to provide the Log Message (cvs commit -m...), but you are really requiring a complete one as could be

Re: ip.h tcp.h

2002-04-08 Thread adah
Sorry but what more can I do? I consulted already http://cygwin.com/contrib.html http://www.gnu.org/prep/standards_42.html http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog?cvsroot=src Should I add the struct names in parentheses? [ * ip.h (ip): Add definition for