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.38 (requested by lukem in tick...
details: https://anonhg.NetBSD.org/src/rev/d19358127438
branches: netbsd-3
changeset: 576589:d19358127438
user: tron <tron%NetBSD.org@localhost>
date: Mon Jul 11 21:32:30 2005 +0000
description:
Pull up revision 1.38 (requested by lukem in ticket #541):
Add getpwent_r, getgrent_r
diffstat:
include/pwd.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e518c6b79333 -r d19358127438 include/pwd.h
--- a/include/pwd.h Mon Jul 11 21:27:51 2005 +0000
+++ b/include/pwd.h Mon Jul 11 21:32:30 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pwd.h,v 1.37.2.1 2005/05/28 13:40:38 tron Exp $ */
+/* $NetBSD: pwd.h,v 1.37.2.2 2005/07/11 21:32:30 tron Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -136,6 +136,7 @@
int pw_gensalt(char *, size_t, const char *, const char *);
int pw_scan(char *, struct passwd *, int *);
int setpassent(int);
+int getpwent_r(struct passwd *, char *, size_t, struct passwd **);
const char *user_from_uid(uid_t, int);
int uid_from_user(const char *, uid_t *);
int pwcache_userdb(int (*)(int), void (*)(void),
Home |
Main Index |
Thread Index |
Old Index