Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add getpass_r
details: https://anonhg.NetBSD.org/src/rev/02f1f97fcf47
branches: trunk
changeset: 778757:02f1f97fcf47
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 12 19:36:34 2012 +0000
description:
add getpass_r
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
include/unistd.h | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r eb333ba2bff9 -r 02f1f97fcf47 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu Apr 12 19:36:19 2012 +0000
+++ b/distrib/sets/lists/comp/mi Thu Apr 12 19:36:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1751 2012/04/07 16:48:24 christos Exp $
+# $NetBSD: mi,v 1.1752 2012/04/12 19:38:30 christos Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -6738,6 +6738,7 @@
./usr/share/man/cat3/getpary.0 comp-c-catman .cat
./usr/share/man/cat3/getparyx.0 comp-c-catman .cat
./usr/share/man/cat3/getpass.0 comp-c-catman .cat
+./usr/share/man/cat3/getpass_r.0 comp-c-catman .cat
./usr/share/man/cat3/getpeereid.0 comp-c-catman .cat
./usr/share/man/cat3/getprogname.0 comp-c-catman .cat
./usr/share/man/cat3/getprotobyname.0 comp-c-catman .cat
@@ -13045,6 +13046,7 @@
./usr/share/man/html3/getpary.html comp-c-htmlman html
./usr/share/man/html3/getparyx.html comp-c-htmlman html
./usr/share/man/html3/getpass.html comp-c-htmlman html
+./usr/share/man/html3/getpass_r.html comp-c-htmlman html
./usr/share/man/html3/getpeereid.html comp-c-htmlman html
./usr/share/man/html3/getprogname.html comp-c-htmlman html
./usr/share/man/html3/getprotobyname.html comp-c-htmlman html
@@ -19268,6 +19270,7 @@
./usr/share/man/man3/getpary.3 comp-c-man .man
./usr/share/man/man3/getparyx.3 comp-c-man .man
./usr/share/man/man3/getpass.3 comp-c-man .man
+./usr/share/man/man3/getpass_r.3 comp-c-man .man
./usr/share/man/man3/getpeereid.3 comp-c-man .man
./usr/share/man/man3/getprogname.3 comp-c-man .man
./usr/share/man/man3/getprotobyname.3 comp-c-man .man
diff -r eb333ba2bff9 -r 02f1f97fcf47 include/unistd.h
--- a/include/unistd.h Thu Apr 12 19:36:19 2012 +0000
+++ b/include/unistd.h Thu Apr 12 19:36:34 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.128 2011/11/05 09:27:06 joerg Exp $ */
+/* $NetBSD: unistd.h,v 1.129 2012/04/12 19:36:34 christos Exp $ */
/*-
* Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -327,6 +327,7 @@
int getgrouplist(const char *, gid_t, gid_t *, int *);
int getgroupmembership(const char *, gid_t, gid_t *, int, int *);
mode_t getmode(const void *, mode_t);
+char *getpass_r(const char *, char *, size_t);
int getpeereid(int, uid_t *, gid_t *);
int getsubopt(char **, char * const *, char **);
__aconst char *getusershell(void);
Home |
Main Index |
Thread Index |
Old Index