diff options
Diffstat (limited to 'nfsmount.c')
-rw-r--r-- | nfsmount.c | 2 |
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 { | |||
155 | #define HAVE_personality | 155 | #define HAVE_personality |
156 | #define HAVE_tm_gmtoff | 156 | #define HAVE_tm_gmtoff |
157 | 157 | ||
158 | extern char *xstrdup (const char *s); | ||
159 | extern char *xstrndup (const char *s, int n); | ||
160 | static char *nfs_strerror(int stat); | 158 | static char *nfs_strerror(int stat); |
161 | 159 | ||
162 | #define MAKE_VERSION(p,q,r) (65536*(p) + 256*(q) + (r)) | 160 | #define MAKE_VERSION(p,q,r) (65536*(p) + 256*(q) + (r)) |