summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/m4/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
index 452f849..f1c5101 100644
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -229,7 +229,6 @@ basename(s)
register char *s;
{
register char *p;
- extern char *strrchr();
if ((p = strrchr(s, '/')) == NULL)
return s;
OpenPOWER on IntegriCloud