summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 16:06:12 +0000
committerbde <bde@FreeBSD.org>1999-12-23 16:06:12 +0000
commite2aec95a73255ebad7962dbc83ef0abcffebabe9 (patch)
tree46f4dd62a9be5b18b80bd226fabed6b0605f7425 /include/unistd.h
parent6b050d72445c640a514348d48c611bc44aa639da (diff)
downloadFreeBSD-src-e2aec95a73255ebad7962dbc83ef0abcffebabe9.zip
FreeBSD-src-e2aec95a73255ebad7962dbc83ef0abcffebabe9.tar.gz
Fixed missing declaration of getlogin_r(3).
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 7c6bc11..02bc2d3 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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 *));
OpenPOWER on IntegriCloud