diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index cfe144e8..c56824be 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -34,10 +34,17 @@ void free (); #include #endif +#include + +#undef xmalloc +#undef xrealloc +#undef xstrdup + +#define xmalloc g_malloc +#define xrealloc g_realloc +#define xstrdup g_strdup + char *strstr (); -char *xmalloc (); -char *xrealloc (); -char *xstrdup (); void error (); #ifdef HAVE_SYS_PARAM_H