mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Be more careful about dmalloc handling
This commit is contained in:
parent
e6e818309e
commit
27c7bec4d4
2 changed files with 0 additions and 4 deletions
|
|
@ -155,8 +155,6 @@ struct nfs_mount_data {
|
|||
#define HAVE_personality
|
||||
#define HAVE_tm_gmtoff
|
||||
|
||||
extern char *xstrdup (const char *s);
|
||||
extern char *xstrndup (const char *s, int n);
|
||||
static char *nfs_strerror(int stat);
|
||||
|
||||
#define MAKE_VERSION(p,q,r) (65536*(p) + 256*(q) + (r))
|
||||
|
|
|
|||
|
|
@ -155,8 +155,6 @@ struct nfs_mount_data {
|
|||
#define HAVE_personality
|
||||
#define HAVE_tm_gmtoff
|
||||
|
||||
extern char *xstrdup (const char *s);
|
||||
extern char *xstrndup (const char *s, int n);
|
||||
static char *nfs_strerror(int stat);
|
||||
|
||||
#define MAKE_VERSION(p,q,r) (65536*(p) + 256*(q) + (r))
|
||||
|
|
|
|||
Loading…
Reference in a new issue