changeset 2259:f2a958322096

* include/config.h (HAVE_GETTIMEOFDAY): Add missing hash (reported by Richard Jennings).
author jlarmour
date Thu, 27 Jul 2006 12:00:04 +0000
parents 19ce76dd5f64
children 32d66e0b0050
files packages/net/snmp/lib/current/ChangeLog packages/net/snmp/lib/current/include/config.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/snmp/lib/current/ChangeLog
+++ b/packages/net/snmp/lib/current/ChangeLog
@@ -1,3 +1,8 @@
+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()
--- a/packages/net/snmp/lib/current/include/config.h
+++ b/packages/net/snmp/lib/current/include/config.h
@@ -344,7 +344,7 @@ CONNECTION WITH THE USE OR PERFORMANCE O
 //#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