Re: ip.h & tcp.h

2002-05-29 Thread Corinna Vinschen
On Tue, Apr 09, 2002 at 09:56:37AM +0800, Wu Yongwei wrote: > 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. Applied with correct ChangeLog entry and a tiny change. Some symbols in netinet/ip.h and ne

Re: ip.h & tcp.h

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 11:07:25AM +0200, Ralf Habacker wrote: > -Original Message- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, April 09, 2002 5:14 AM > To: [EMAIL PROTECTED] > Subject: Re: ip.h & tc

RE: ip.h & tcp.h

2002-04-09 Thread Ralf Habacker
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, April 09, 2002 5:14 AMTo: [EMAIL PROTECTED]Subject: Re: ip.h & tcp.h I think I understand now. Previously I thought I only needed to provide the

RE: ip.h & tcp.h

2002-04-09 Thread Robert Collins
You are missing the formatting and the header. ChangeLogs are TAB and space sensitive - and have nothing to do with CVS. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: Re: ip.h & t

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

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 coul

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 f

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

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: BSD-sty

Re: ip.h & tcp.h

2002-04-08 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 09:56:37AM +0800, Wu Yongwei wrote: >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/in

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 /usr/include/neti