This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos 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: DHCP patch...


On Mon, Mar 01, 2004 at 11:59:02AM -0800, Robert Chenault wrote:
> Andrew,
> Index: net/common/current/cdl/net.cdl
> ===================================================================
> RCS file: /cvs/ecos/ecos-opt/net/net/common/current/cdl/net.cdl,v
> retrieving revision 1.13
> diff -u -b -w -r1.13 net.cdl
> --- net/common/current/cdl/net.cdl	24 Nov 2003 14:09:25 -0000	1.13
> +++ net/common/current/cdl/net.cdl	1 Mar 2004 19:36:39 -0000
> @@ -63,6 +63,9 @@
>      define_proc {
>          puts $::cdl_header "#include <pkgconf/system.h>"
>          puts $::cdl_header "#include CYGDAT_NET_STACK_CFG"
> +        puts $::cdl_system_header "/***** net proc output start *****/"
> +        puts $::cdl_system_header "#define CYGDAT_NET_HEADER <pkgconf/net.h>"
> +        puts $::cdl_system_header "/*****  net proc output end  *****/"
>      }

Whats the purpose of this part of the patch?. Its not needed for the
rest of it.

     Thanks
        Andrew


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