SOURCES: openhpi-types.patch - updated for 2.7.2

qboosh qboosh at pld-linux.org
Sun Dec 3 23:02:06 CET 2006


Author: qboosh                       Date: Sun Dec  3 22:02:06 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.7.2

---- Files affected:
SOURCES:
   openhpi-types.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/openhpi-types.patch
diff -u SOURCES/openhpi-types.patch:1.8 SOURCES/openhpi-types.patch:1.9
--- SOURCES/openhpi-types.patch:1.8	Wed May  4 21:10:13 2005
+++ SOURCES/openhpi-types.patch	Sun Dec  3 23:02:01 2006
@@ -10,14 +10,14 @@
  
         IpmiLog( "Using host at %d.%d.%d.%d.\n",
                  a & 0xff, (a >> 8 ) & 0xff, 
---- openhpi-0.6.0/plugins/ipmidirect/ipmi_log.cpp.orig	2004-01-26 08:29:00.000000000 +0000
-+++ openhpi-0.6.0/plugins/ipmidirect/ipmi_log.cpp	2004-02-22 16:06:31.000000000 +0000
-@@ -181,7 +181,7 @@
+--- openhpi-2.7.2/plugins/ipmidirect/ipmi_log.cpp.orig	2006-10-06 20:52:00.000000000 +0200
++++ openhpi-2.7.2/plugins/ipmidirect/ipmi_log.cpp	2006-12-03 22:17:58.265024394 +0100
+@@ -189,7 +189,7 @@
  
- 	    char b[dTimeStringSize+5];
-             IpmiTimeToString( tv.tv_sec, b );
--	    sprintf( b + dTimeStringSize - 1, ".%03ld ", tv.tv_usec / 1000 );
-+	    sprintf( b + dTimeStringSize - 1, ".%03ld ", (long)(tv.tv_usec / 1000) );
+ 	    char b[dDateTimeStringSize+5];
+             IpmiDateTimeToString( tv.tv_sec, b );
+-	    sprintf( b + dDateTimeStringSize - 1, ".%03ld ", tv.tv_usec / 1000 );
++	    sprintf( b + dDateTimeStringSize - 1, ".%03ld ", (long)(tv.tv_usec / 1000) );
  
  	    Output( b );
  	  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/openhpi-types.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list