summaryrefslogtreecommitdiffstats
path: root/mount/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/realpath.c')
-rw-r--r--mount/realpath.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mount/realpath.c b/mount/realpath.c
index 4214cad72..0eebba3ac 100644
--- a/mount/realpath.c
+++ b/mount/realpath.c
@@ -46,9 +46,6 @@ extern char *realpath(const char *path, char *resolved_path);
#include <sys/param.h> /* for MAXPATHLEN */
#endif
#include <errno.h>
-#ifndef STDC_HEADERS
-extern int errno;
-#endif
#include <sys/stat.h> /* for S_IFLNK */
@@ -183,4 +180,3 @@ char *resolved_path;
*new_path = '\0';
return resolved_path;
}
-