From 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 17 Jul 2002 14:10:11 +0000 Subject: Imported from ../bash-2.05b.tar.gz. --- lib/tilde/tilde.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/tilde/tilde.c') diff --git a/lib/tilde/tilde.c b/lib/tilde/tilde.c index 6e4f116..154f7f8 100644 --- a/lib/tilde/tilde.c +++ b/lib/tilde/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 */ -- cgit v1.2.3