diff options
author | Stefan Bellon <[email protected]> | 2002-09-12 16:25:36 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-09-12 16:25:36 +0000 |
commit | 3782e1595ec2bece279043a495a8449341a2b048 (patch) | |
tree | ec5e4b324d37f96effb17ad0d9983866ecb942a4 /util/fileutil.c | |
parent | Added tr and el rule. (diff) | |
download | gnupg-3782e1595ec2bece279043a495a8449341a2b048.tar.gz gnupg-3782e1595ec2bece279043a495a8449341a2b048.zip |
updated RISC OS stuff
Diffstat (limited to 'util/fileutil.c')
-rw-r--r-- | util/fileutil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/fileutil.c b/util/fileutil.c index 76eacfb80..c2a2a9df2 100644 --- a/util/fileutil.c +++ b/util/fileutil.c @@ -99,7 +99,11 @@ make_filename( const char *first_part, ... ) va_list arg_ptr ; size_t n; const char *s; +#ifndef __riscos__ char *name, *home, *p; +#else + char *name, *p; +#endif va_start( arg_ptr, first_part ) ; n = strlen(first_part)+1; |