aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-01-01 13:35:04 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-01-01 13:35:04 +0000
commit5bbc321312fb7ed24e5ff0ac3e9309a838d82b9d (patch)
treefcbcf59d0e583078087afcf810c6cccdbd451521 /include
parentfc1d3c6dfb99c9b947152c8d7dc830c22afc513d (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index d859e9a232c5..813c1c8fee10 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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 *));