mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Fixed missing declaration of getlogin_r(3).
This commit is contained in:
parent
fb59427e5c
commit
c6dfd71a9f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55033
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)unistd.h 8.12 (Berkeley) 4/27/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _UNISTD_H_
|
||||
@ -136,6 +137,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));
|
||||
mode_t getmode __P((const void *, mode_t));
|
||||
int getpagesize __P((void)) __pure2;
|
||||
char *getpass __P((const char *));
|
||||
|
Loading…
Reference in New Issue
Block a user