mirror of
https://github.com/sheumann/hush.git
synced 2025-02-08 11:30:54 +00:00
Fixup compile problem with dmalloc
This commit is contained in:
parent
3c5a83c567
commit
9f894f4062
@ -59,6 +59,7 @@ extern void *xcalloc(size_t nmemb, size_t size)
|
|||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* DMALLOC */
|
||||||
|
|
||||||
#ifdef L_xstrdup
|
#ifdef L_xstrdup
|
||||||
extern char * bb_xstrdup (const char *s) {
|
extern char * bb_xstrdup (const char *s) {
|
||||||
@ -75,7 +76,6 @@ extern char * bb_xstrdup (const char *s) {
|
|||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif /* DMALLOC */
|
|
||||||
|
|
||||||
#ifdef L_xstrndup
|
#ifdef L_xstrndup
|
||||||
extern char * bb_xstrndup (const char *s, int n) {
|
extern char * bb_xstrndup (const char *s, int n) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user