Be more careful about dmalloc handling
authorEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 01:16:02 +0000 (01:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 01:16:02 +0000 (01:16 -0000)
nfsmount.c
util-linux/nfsmount.c

index ae9b99552ff9fdabc0e68d5d87b8df78d54fffc1..b5c38212aa2c870a20febe3bd415a9c1db11f68c 100644 (file)
@@ -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))
index ae9b99552ff9fdabc0e68d5d87b8df78d54fffc1..b5c38212aa2c870a20febe3bd415a9c1db11f68c 100644 (file)
@@ -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))