--- unix/posix_os_hnd.c.orig 2012-09-13 12:00:06.000000000 -0500
+++ unix/posix_os_hnd.c 2012-09-13 12:00:19.000000000 -0500
/* CHEAP HACK - we don't want the user to have to provide this any
-extern void posix_vlog(char *format,
+void posix_vlog(char *format,
enum ipmi_log_type_e log_type,
typedef struct iposix_info_s
--- unix/posix_thread_os_hnd.c.orig 2012-09-13 12:15:55.000000000 -0500
+++ unix/posix_thread_os_hnd.c 2012-09-13 12:16:10.000000000 -0500
/* CHEAP HACK - we don't want the user to have to provide this any
-extern void posix_vlog(char *format,
+void posix_vlog(char *format,
enum ipmi_log_type_e log_type,
typedef struct pt_os_hnd_data_s