aboutsummaryrefslogtreecommitdiff
path: root/nfsmount.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-02 01:16:02 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-02 01:16:02 +0000
commit27c7bec4d4d3dffba20a30cab7ba23e83fd5283f (patch)
treefdb6b39b4c9c72ecd56c042e12eefe5aa52c616f /nfsmount.c
parente6e818309e9d415d23612040b3e8594a8feffe1b (diff)
downloadbusybox-27c7bec4d4d3dffba20a30cab7ba23e83fd5283f.tar.gz
Be more careful about dmalloc handling
Diffstat (limited to 'nfsmount.c')
-rw-r--r--nfsmount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nfsmount.c b/nfsmount.c
index ae9b99552..b5c38212a 100644
--- a/nfsmount.c
+++ b/nfsmount.c
@@ -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))