summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>2003-09-18 09:24:35 +0000
committerjdolecek <jdolecek@NetBSD.org>2003-09-18 09:24:35 +0000
commitbb21f0beb49bb488deac2c800b77bcc0ff550f8c (patch)
tree938fd552ca65351c055a23c198cbe660e4e66025
parent0faf575771189235af9cd20a626082c00bbe8f56 (diff)
remove pw_dup()
-rw-r--r--include/pwd.h3
-rw-r--r--lib/libc/include/namespace.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/include/pwd.h b/include/pwd.h
index 8625298965c..7325ea65411 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -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 uid_from_user __P((const char *, uid_t *));
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 --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 47d9524d34b..5d6bd78fd79 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -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