From: Richard Stallman Date: Sun, 21 Nov 1993 09:24:43 +0000 (+0000) Subject: (authdes_create): Delete arg info. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07788bb08894b67f48fdb048b19948ab998bccdb;p=gcc.git (authdes_create): Delete arg info. We can't count on having struct sockaddr defined. From-SVN: r6127 --- 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);