summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2001-01-01 13:35:04 +0000
committerdeischen <deischen@FreeBSD.org>2001-01-01 13:35:04 +0000
commitd8b31c79438e13fa5116adb4ed426f5769fbdd90 (patch)
tree852efef68d69a758e7c85c71322f5c176922c00e /include/unistd.h
parent62702ce855fe19ce92fd197c92be0cabbbc4218b (diff)
downloadFreeBSD-src-d8b31c79438e13fa5116adb4ed426f5769fbdd90.zip
FreeBSD-src-d8b31c79438e13fa5116adb4ed426f5769fbdd90.tar.gz
Change prototype to getlogin_r to reflect recent change to its
implementation (conformance to '96 POSIX standard).
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index d859e9a..813c1c8 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 *));
OpenPOWER on IntegriCloud