From 1e45deed6a87c05c9e669e3cdfdda47cbfa9531d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 28 Mar 2005 05:07:08 +0000 Subject: merge from gcc --- libiberty/mkstemps.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libiberty/mkstemps.c') diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 94edf78..5963f58 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -71,9 +71,7 @@ reading and writing. */ int -mkstemps (template, suffix_len) - char *template; - int suffix_len; +mkstemps (char *template, int suffix_len) { static const char letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; -- cgit v1.1