From 36e852a172cba914383d7341c988128b2c667fbd Mon Sep 17 00:00:00 2001 From: Raja Andra Date: Sun, 6 Dec 2009 01:39:21 -0800 Subject: 6874309 Remove NIS+ from Solaris --- usr/src/lib/passwdutil/utils.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'usr/src/lib/passwdutil/utils.c') diff --git a/usr/src/lib/passwdutil/utils.c b/usr/src/lib/passwdutil/utils.c index 2f6474ef29..01691ed5d4 100644 --- a/usr/src/lib/passwdutil/utils.c +++ b/usr/src/lib/passwdutil/utils.c @@ -43,26 +43,17 @@ #define MAXWEEKS -1 #define WARNWEEKS -1 -extern repops_t files_repops, nis_repops, - nisplus_repops, ldap_repops, nss_repops; +extern repops_t files_repops, nis_repops, ldap_repops, nss_repops; repops_t *rops[REP_LAST+1] = { NULL, &files_repops, &nis_repops, NULL, - &nisplus_repops, - NULL, - NULL, - NULL, &ldap_repops, NULL, NULL, NULL, - NULL, - NULL, - NULL, - NULL, &nss_repops, }; -- cgit v1.2.3