On Friday 06 of February 2009, Carol Hebert wrote:
> ***********************
> Warning: Your file, ipmitool-1.8.11-beta.tar.gz, contains more than 32
> files after decompression and cannot be scanned. ***********************
>
>
> Hi everyone!
>
> I'm attaching an ipmitool tarball which I'd like you to take into
> consideration for the upcoming v1.8.11.  Please test it at your earliest
> convenience.  Unless problems are reported, I would like to roll it to
> 1.8.11 later this month.

ipmi_chassis.c: In function 'ipmi_chassis_get_bootparam':
ipmi_chassis.c:708: warning: incompatible implicit declaration of built-in 
function 'strftime'
ipmi_chassis.c:712: warning: passing argument 4 of 'strftime' makes pointer 
from integer without a cast


ipmi_gendev.c: In function 'ipmi_gendev_read_file':
ipmi_gendev.c:280: warning: assignment makes pointer from integer without a 
cast
ipmi_gendev.c: In function 'ipmi_gendev_write_file':
ipmi_gendev.c:477: warning: assignment makes pointer from integer without a 
cast

Please apply.

diff -ur ipmitool-1.8.11-beta.org/lib/ipmi_chassis.c 
ipmitool-1.8.11-beta/lib/ipmi_chassis.c
--- ipmitool-1.8.11-beta.org/lib/ipmi_chassis.c 2009-02-05 22:24:28.000000000 
+0100
+++ ipmitool-1.8.11-beta/lib/ipmi_chassis.c     2009-02-07 16:23:44.067782787 
+0100
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
+#include <time.h>
 
 #include <ipmitool/helper.h>
 #include <ipmitool/ipmi.h>
diff -ur ipmitool-1.8.11-beta.org/lib/ipmi_gendev.c 
ipmitool-1.8.11-beta/lib/ipmi_gendev.c
--- ipmitool-1.8.11-beta.org/lib/ipmi_gendev.c  2009-02-05 22:24:28.000000000 
+0100
+++ ipmitool-1.8.11-beta/lib/ipmi_gendev.c      2009-02-07 16:25:20.055796312 
+0100
@@ -48,6 +48,7 @@
 #include <ipmitool/ipmi_entity.h>
 #include <ipmitool/ipmi_constants.h>
 #include <ipmitool/ipmi_strings.h>
+#include <ipmitool/ipmi_raw.h>
 
 #if HAVE_CONFIG_H
 # include <config.h>


-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to