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 & tcp.h
>
>
>
> 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 ip instead of including
><cygwin/ip.h>.
>
> 2002-04-09 Wu Yongwei <[EMAIL PROTECTED]>
> * tcp.h: Add definition for struct tcphdr.
>
> 2002-04-09 Wu Yongwei <[EMAIL PROTECTED]>
> * udp.h: New file. Definition for struct udphdr.
>
>
> In include/cygwin/:
> 2002-04-09 Wu Yongwei <[EMAIL PROTECTED]>
> * ip.h: Remove empty file.
>
> [Ralf Habacker]
>
> 1. What is with this ?
>
> 2002-04-09 Wu Yongwei <[EMAIL PROTECTED]>
>
> * include/netinet/ip.h (struct ip): New struct.
> removed including of <cygwin/ip.h>.
> * include/netinet/tcp.h (struct tcphdr): New struct.
> * include/netinet/udp.h: New file.
> * include/cygwin/ip.h: Removed.
Close, but the indentation is wrong. Again, look at existing ChangeLogs.
2002-04-09 Wu Yongwei <[EMAIL PROTECTED]>
* include/netinet/ip.h (struct ip): New struct. Remove inclusion of
<cygwin/ip.h>.
* include/netinet/tcp.h (struct tcphdr): New struct.
* include/netinet/udp.h: New file.
* include/cygwin/ip.h: Remove.
cgf