SOURCES: openhpi-types.patch - updated for 2.10.2

qboosh qboosh at pld-linux.org
Thu Jul 10 18:12:06 CEST 2008


Author: qboosh                       Date: Thu Jul 10 16:12:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.10.2

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

---- Diffs:

================================================================
Index: SOURCES/openhpi-types.patch
diff -u SOURCES/openhpi-types.patch:1.9 SOURCES/openhpi-types.patch:1.10
--- SOURCES/openhpi-types.patch:1.9	Sun Dec  3 23:02:01 2006
+++ SOURCES/openhpi-types.patch	Thu Jul 10 18:12:00 2008
@@ -10,14 +10,3 @@
  
         IpmiLog( "Using host at %d.%d.%d.%d.\n",
                  a & 0xff, (a >> 8 ) & 0xff, 
---- 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[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/cgi-bin/cvsweb.cgi/SOURCES/openhpi-types.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list