$FreeWRT$ --- asterisk-1.2.15.orig/utils.c 2007-02-03 20:39:45.000000000 +0000 +++ asterisk-1.2.15/utils.c 2007-02-12 11:08:08.000000000 +0000 @@ -835,7 +835,6 @@ uint64_t strtoq(const char *nptr, char * } #endif /* !HAVE_STRTOQ */ -#ifndef HAVE_GETLOADAVG #ifdef linux /* Alternative method of getting load avg on Linux only */ int getloadavg(double *list, int nelem) @@ -869,7 +868,6 @@ int getloadavg(double *list, int nelem) return -1; } #endif /* linux */ -#endif /* !defined(_BSD_SOURCE) */ char *ast_process_quotes_and_slashes(char *start, char find, char replace_with) {