Port to 2.6 - remove non-working disk crap

This commit is contained in:
Søren Sandmann Pedersen
2004-06-17 17:37:33 +00:00
parent 3798264846
commit 33372e3479
5 changed files with 225 additions and 416 deletions

View File

@ -3,7 +3,7 @@
typedef struct SysprofStackTrace SysprofStackTrace;
#define SYSPROF_MAX_ADDRESSES 1024
#define SYSPROF_MAX_ADDRESSES 512
struct SysprofStackTrace
{
@ -13,9 +13,6 @@ struct SysprofStackTrace
* with -fomit-frame-pointer or is otherwise weird
*/
void *addresses[SYSPROF_MAX_ADDRESSES];
char filename[8192];
int map_start;
};
#endif