From 49b1fae4309ab5b9833f0af388483c2b6b4b3d50 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 28 Mar 2005 02:09:01 +0000 Subject: merge from gcc --- libiberty/strstr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libiberty/strstr.c') diff --git a/libiberty/strstr.c b/libiberty/strstr.c index a059c7f..ff8abd2 100644 --- a/libiberty/strstr.c +++ b/libiberty/strstr.c @@ -21,8 +21,7 @@ length, the function returns @var{string}. been validated to comply with it. -fnf */ char * -strstr (s1, s2) - char *s1, *s2; +strstr (char *s1, char *s2) { register char *p = s1; extern char *strchr (); -- cgit v1.1