mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change prototype to getlogin_r to reflect recent change to its
implementation (conformance to '96 POSIX standard).
This commit is contained in:
parent
fc1d3c6dfb
commit
5bbc321312
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ int getdtablesize __P((void));
|
|||
int getgrouplist __P((const char *, int, int *, int *));
|
||||
long gethostid __P((void));
|
||||
int gethostname __P((char *, int));
|
||||
char *getlogin_r __P((char *, int));
|
||||
int getlogin_r __P((char *, int));
|
||||
mode_t getmode __P((const void *, mode_t));
|
||||
int getpagesize __P((void)) __pure2;
|
||||
char *getpass __P((const char *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue