diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-11-21 09:24:43 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-11-21 09:24:43 +0000 |
commit | ff75401023e7b24ae7695e1664590850839f3a0b (patch) | |
tree | 675e9bbe6d146fd3d82ca1b8a1a2f7fdd508a64c /gcc/sys-protos.h | |
parent | feaeb09e7e06c5e7f60e789717d944306d931880 (diff) | |
download | gcc-ff75401023e7b24ae7695e1664590850839f3a0b.tar.gz |
(authdes_create): Delete arg info.
We can't count on having struct sockaddr defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sys-protos.h')
-rw-r--r-- | gcc/sys-protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sys-protos.h b/gcc/sys-protos.h index 2debb405919..303538e8119 100644 --- a/gcc/sys-protos.h +++ b/gcc/sys-protos.h @@ -117,7 +117,7 @@ extern int atoi(const char *); extern long int atol(const char *); extern char * atos(char *, struct netbuf *, int); extern void auth_destroy(AUTH *); -extern AUTH * authdes_create(char *, unsigned, struct sockaddr *, des_block *); +extern AUTH * authdes_create(/* ??? */); extern void authdes_getcred(struct authdes_cred *, short *, short *, short *, int *); extern AUTH * authdes_seccreate(/* ??? */); extern AUTH * authnone_create(void); |