From 27c7bec4d4d3dffba20a30cab7ba23e83fd5283f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 2 Jan 2001 01:16:02 +0000 Subject: Be more careful about dmalloc handling --- util-linux/nfsmount.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index ae9b995..b5c3821 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/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)) -- cgit v1.1