This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ip.h & tcp.h


On Tue, Apr 09, 2002 at 11:07:25AM +0200, Ralf Habacker wrote:
>  -----Original Message-----
>  From: cygwin-patches-owner@cygwin.com
>[mailto:cygwin-patches-owner@cygwin.com]On Behalf Of adah@netstd.com
>  Sent: Tuesday, April 09, 2002 5:14 AM
>  To: cygwin-patches@cygwin.com
>  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  <adah@netstd.com>
>          * ip.h: Add definition for struct ip instead of including
><cygwin/ip.h>.
>
>  2002-04-09  Wu Yongwei  <adah@netstd.com>
>          * tcp.h: Add definition for struct tcphdr.
>
>  2002-04-09  Wu Yongwei  <adah@netstd.com>
>          * udp.h: New file. Definition for struct udphdr.
>
>
>  In include/cygwin/:
>  2002-04-09  Wu Yongwei <adah@netstd.com>
>          * ip.h: Remove empty file.
>
>  [Ralf Habacker]
>
>  1. What is with this ?
>
>  2002-04-09  Wu Yongwei <adah@netstd.com>
>
>    * 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 <adah@netstd.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]