| 1 |
$FreeWRT$ |
$FreeWRT$ |
| 2 |
--- asterisk-1.2.14.orig/utils.c 2006-10-31 07:18:36.000000000 +0100 |
|
| 3 |
+++ asterisk-1.2.14/utils.c 2007-01-28 18:32:11.000000000 +0100 |
not for upstream submission |
| 4 |
@@ -835,7 +835,6 @@ uint64_t strtoq(const char *nptr, char * |
|
| 5 |
|
--- asterisk-1.2.22.orig/utils.c 2007-02-26 01:34:31.000000000 +0100 |
| 6 |
|
+++ asterisk-1.2.22/utils.c 2007-07-19 00:48:12.000000000 +0200 |
| 7 |
|
@@ -837,7 +837,6 @@ uint64_t strtoq(const char *nptr, char * |
| 8 |
} |
} |
| 9 |
#endif /* !HAVE_STRTOQ */ |
#endif /* !HAVE_STRTOQ */ |
| 10 |
|
|
| 12 |
#ifdef linux |
#ifdef linux |
| 13 |
/* Alternative method of getting load avg on Linux only */ |
/* Alternative method of getting load avg on Linux only */ |
| 14 |
int getloadavg(double *list, int nelem) |
int getloadavg(double *list, int nelem) |
| 15 |
@@ -869,7 +868,6 @@ int getloadavg(double *list, int nelem) |
@@ -871,7 +870,6 @@ int getloadavg(double *list, int nelem) |
| 16 |
return -1; |
return -1; |
| 17 |
} |
} |
| 18 |
#endif /* linux */ |
#endif /* linux */ |