Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src remove pw_dup()
details: https://anonhg.NetBSD.org/src/rev/8437b44ca7b8
branches: trunk
changeset: 552086:8437b44ca7b8
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Sep 18 09:24:35 2003 +0000
description:
remove pw_dup()
diffstat:
include/pwd.h | 3 +--
lib/libc/include/namespace.h | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 7889235d934d -r 8437b44ca7b8 include/pwd.h
--- a/include/pwd.h Thu Sep 18 09:18:24 2003 +0000
+++ b/include/pwd.h Thu Sep 18 09:24:35 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pwd.h,v 1.30 2003/09/09 22:05:38 itojun Exp $ */
+/* $NetBSD: pwd.h,v 1.31 2003/09/18 09:24:35 jdolecek Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -143,7 +143,6 @@
int pwcache_userdb __P((int (*)(int), void (*)(void),
struct passwd * (*)(const char *),
struct passwd * (*)(uid_t)));
-struct passwd *pw_dup __P((const struct passwd *));
#endif
__END_DECLS
diff -r 7889235d934d -r 8437b44ca7b8 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h Thu Sep 18 09:18:24 2003 +0000
+++ b/lib/libc/include/namespace.h Thu Sep 18 09:24:35 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.81 2003/09/13 22:28:13 itojun Exp $ */
+/* $NetBSD: namespace.h,v 1.82 2003/09/18 09:25:20 jdolecek Exp $ */
/*-
* Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
@@ -371,7 +371,6 @@
#define psignal _psignal
#define pthread_atfork _pthread_atfork
#define putenv _putenv
-#define pw_dup _pw_dup
#define pwcache_groupdb _pwcache_groupdb
#define pwcache_userdb _pwcache_userdb
#define pwrite _pwrite
Home |
Main Index |
Thread Index |
Old Index