commit | 9f894f4062dbdd427895a9d12ca06e34791a4fb3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Jul 05 22:15:43 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Jul 05 22:15:43 2003 +0000 |
tree | ae65eb5c70a100f421a79a290f8695e7d7b4f57b | |
parent | 3c5a83c5672fb784f982fa1f9796b0e86c67e777 [diff] |
Fixup compile problem with dmalloc
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 43e8aef..2999989 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c
@@ -59,6 +59,7 @@ return ptr; } #endif +#endif /* DMALLOC */ #ifdef L_xstrdup extern char * bb_xstrdup (const char *s) { @@ -75,7 +76,6 @@ return t; } #endif -#endif /* DMALLOC */ #ifdef L_xstrndup extern char * bb_xstrndup (const char *s, int n) {