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: FWD: SNTP client package


Andrew Lunn wrote:
Can I suggest 3 months then as a compromise.


I set it to 90 days.

Attached is a patch which covers all the issues raised in the emails.

Excellent, thanks!


t/include/sntp.h
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/sntp/current/include/sntp.h,v
retrieving revision 1.1
diff -u -r1.1 sntp.h
--- net/sntp/current/include/sntp.h 25 Feb 2003 14:42:22 -0000 1.1
+++ net/sntp/current/include/sntp.h 25 Feb 2003 18:07:06 -0000
@@ -51,6 +51,7 @@
//=============================================================================
/* Call this function to start the SNTP Client */
-void cyg_sntp_start(void);
+__externC void +cyg_sntp_start(void);

I'm just going to add a #include <cyg/infra/cyg_type.h> here to get the __externC definition.


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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