summaryrefslogtreecommitdiff
path: root/tilde.c
diff options
context:
space:
mode:
Diffstat (limited to 'tilde.c')
-rw-r--r--tilde.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tilde.c b/tilde.c
index 6e4f116..154f7f8 100644
--- a/tilde.c
+++ b/tilde.c
@@ -59,9 +59,6 @@ extern struct passwd *getpwnam PARAMS((const char *));
#endif /* !HAVE_GETPW_DECLS */
#if !defined (savestring)
-# ifndef strcpy
-extern char *strcpy ();
-# endif
#define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x))
#endif /* !savestring */