Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/include Pull up revision 1.21 (requested by lukem in tick...



details:   https://anonhg.NetBSD.org/src/rev/a867aa317d40
branches:  netbsd-3
changeset: 576590:a867aa317d40
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jul 11 21:32:35 2005 +0000

description:
Pull up revision 1.21 (requested by lukem in ticket #541):
Add getpwent_r, getgrent_r

diffstat:

 include/grp.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d19358127438 -r a867aa317d40 include/grp.h
--- a/include/grp.h     Mon Jul 11 21:32:30 2005 +0000
+++ b/include/grp.h     Mon Jul 11 21:32:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grp.h,v 1.20.2.1 2005/05/28 13:40:45 tron Exp $        */
+/*     $NetBSD: grp.h,v 1.20.2.2 2005/07/11 21:32:35 tron Exp $        */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -72,6 +72,7 @@
 #if defined(_NETBSD_SOURCE)
 void            setgrfile(const char *);
 int             setgroupent(int);
+int             getgrent_r(struct group *, char *, size_t, struct group **);
 const char     *group_from_gid(gid_t, int);
 int             gid_from_group(const char *, gid_t *);
 int             pwcache_groupdb(int (*)(int), void (*)(void),



Home | Main Index | Thread Index | Old Index