mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
updated RISC OS stuff
This commit is contained in:
parent
da2cb3910d
commit
3782e1595e
7 changed files with 32 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue