summaryrefslogtreecommitdiffstats
path: root/mount/sundries.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/sundries.h')
-rw-r--r--mount/sundries.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mount/sundries.h b/mount/sundries.h
index a3a762f6f..af0df4e27 100644
--- a/mount/sundries.h
+++ b/mount/sundries.h
@@ -26,7 +26,6 @@ void error (const char *fmt, ...);
int matching_type (const char *type, const char *types);
int matching_opts (const char *options, const char *test_opts);
void *xmalloc (size_t size);
-void *xrealloc (void *t, size_t size);
char *xstrdup (const char *s);
char *xstrndup (const char *s, int n);
char *xstrconcat2 (const char *, const char *);