*** rrdtool-1.3.4/src/rrd_update.c Sat Oct 4 19:04:04 2008 --- rrdtool-1.3.4/src/rrd_update_hppa.c Tue Nov 18 12:13:23 2008 *************** *** 280,286 **** * normalize time as returned by gettimeofday. usec part must * be always >= 0 */ ! static inline void normalize_time( struct timeval *t) { if (t->tv_usec < 0) { --- 280,286 ---- * normalize time as returned by gettimeofday. usec part must * be always >= 0 */ ! static void normalize_time( struct timeval *t) { if (t->tv_usec < 0) { *************** *** 293,299 **** * Sets current_time and current_time_usec based on the current time. * current_time_usec is set to 0 if the version number is 1 or 2. */ ! static inline void initialize_time( time_t *current_time, unsigned long *current_time_usec, int version) --- 293,299 ---- * Sets current_time and current_time_usec based on the current time. * current_time_usec is set to 0 if the version number is 1 or 2. */ ! static void initialize_time( time_t *current_time, unsigned long *current_time_usec, int version)