missing hash in CVS file
Jonathan Larmour
jifl@eCosCentric.com
Thu Jul 27 12:00:00 GMT 2006
Richard Jennings wrote:
> Hello,
>
> Found a problem with:
> \packages\net\snmp\lib\current\include\config.h
>
> line 96
> "define HAVE_GETTIMEOFDAY 1" should be "#define HAVE_GETTIMEOFDAY 1"
Thanks, fixed.
Jifl
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/snmp/lib/current/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- ChangeLog 23 Oct 2005 20:50:16 -0000 1.13
+++ ChangeLog 27 Jul 2006 11:59:00 -0000
@@ -1,5 +1,10 @@
+2006-07-27 Jonathan Larmour <jifl@eCosCentric.com>
+
+ * include/config.h (HAVE_GETTIMEOFDAY): Add missing hash (reported
+ by Richard Jennings).
+
2005-10-23 Andrew Lunn <andrew.lunn@ascom.ch>
* include/config.h: POSIX provides gettimeofday()
* cdl/snmplib.cdl: We require gettimeofday from POSIX
Index: include/config.h
===================================================================
RCS file: /cvs/ecos/ecos-opt/snmp/lib/current/include/config.h,v
retrieving revision 1.10
diff -u -5 -p -r1.10 config.h
--- include/config.h 23 Oct 2005 20:50:16 -0000 1.10
+++ include/config.h 27 Jul 2006 11:59:01 -0000
@@ -342,11 +342,11 @@ CONNECTION WITH THE USE OR PERFORMANCE O
/* Define if you have the getpid function. */
//#define HAVE_GETPID 1
/* Define if you have the gettimeofday function. */
-define HAVE_GETTIMEOFDAY 1
+#define HAVE_GETTIMEOFDAY 1
/* Define if you have the if_freenameindex function. */
//#define HAVE_IF_FREENAMEINDEX 1
/* Define if you have the if_nameindex function. */
--
eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts
------["The best things in life aren't things."]------ Opinions==mine
More information about the Ecos-patches
mailing list