This is the mail archive of the ecos-patches@sourceware.org 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: missing hash in CVS file


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


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