aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-07-20 19:57:07 +0000
committerFred Fish <fnf@specifix.com>1995-07-20 19:57:07 +0000
commite365a606edca6102edff827adfca1d6c487ebe61 (patch)
tree747763bd2be280810b8ae6769fdc85f0470ad5d4 /bfd/hosts
parent9ce4ab847112f8833508f447b5550e8b231a253d (diff)
downloadfsf-binutils-gdb-e365a606edca6102edff827adfca1d6c487ebe61.zip
fsf-binutils-gdb-e365a606edca6102edff827adfca1d6c487ebe61.tar.gz
fsf-binutils-gdb-e365a606edca6102edff827adfca1d6c487ebe61.tar.bz2
* hosts/i386v4.h (getgid, getuid): Change prototypes to be
compatible with Unixware 1.x and Unixware 2.x, and probably other i386 svr4 versions as well.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/i386v4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h
index 68af5e1..655e554 100644
--- a/bfd/hosts/i386v4.h
+++ b/bfd/hosts/i386v4.h
@@ -25,8 +25,8 @@ extern void exit PARAMS ((int));
extern int fclose PARAMS ((FILE*));
extern void free PARAMS ((PTR));
extern int fseek PARAMS ((FILE*, long, int));
-extern int getgid PARAMS (());
-extern int getuid PARAMS (());
+extern gid_t getgid PARAMS ((void));
+extern uid_t getuid PARAMS ((void));
extern PTR malloc PARAMS ((unsigned));
extern void perror PARAMS ((CONST char *));
extern PTR realloc PARAMS ((PTR, unsigned));