diff -urN freeipmi-0.1.3.org/fish/src/xmalloc.h freeipmi-0.1.3/fish/src/xmalloc.h --- freeipmi-0.1.3.org/fish/src/xmalloc.h 2004-05-05 23:00:19.000000000 +0200 +++ freeipmi-0.1.3/fish/src/xmalloc.h 2007-02-04 14:22:45.024489000 +0100 @@ -73,8 +73,6 @@ #if __STDC__ && (HAVE_VPRINTF || HAVE_DOPRNT) void error (int, int, const char *, ...); -#else -void error (); #endif #ifdef __cplusplus diff -urN freeipmi-0.1.3.org/ipmipower/src/ipmipower_output.c freeipmi-0.1.3/ipmipower/src/ipmipower_output.c --- freeipmi-0.1.3.org/ipmipower/src/ipmipower_output.c 2004-10-05 03:09:55.000000000 +0200 +++ freeipmi-0.1.3/ipmipower/src/ipmipower_output.c 2007-02-04 14:26:43.711406000 +0100 @@ -123,7 +123,7 @@ return; } -auth_type_t +output_type_t ipmipower_output_index(char *str) { assert(str != NULL);