From owner-p4-projects@FreeBSD.ORG Thu Feb 1 08:54:20 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CA75416A406; Thu, 1 Feb 2007 08:54:19 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AB9116A403 for ; Thu, 1 Feb 2007 08:54:19 +0000 (UTC) (envelope-from bushman@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6748A13C49D for ; Thu, 1 Feb 2007 08:54:19 +0000 (UTC) (envelope-from bushman@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l118sIic039844 for ; Thu, 1 Feb 2007 08:54:18 GMT (envelope-from bushman@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l118sIws039841 for perforce@freebsd.org; Thu, 1 Feb 2007 08:54:18 GMT (envelope-from bushman@freebsd.org) Date: Thu, 1 Feb 2007 08:54:18 GMT Message-Id: <200702010854.l118sIws039841@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bushman@freebsd.org using -f From: Michael Bushkov To: Perforce Change Reviews Cc: Subject: PERFORCE change 113815 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 08:54:20 -0000 http://perforce.freebsd.org/chv.cgi?CH=113815 Change 113815 by bushman@bushman_nss_ldap_cached on 2007/02/01 08:54:03 - some cosmetic fixes with namespace.h/un-namespace.h (currently all nss modules use pthread functions with underscore in the beginning (_pthread_getspecific), because most of thread-issues handling is done via nss_tls.h macro definitions, which assume such names; this is done to use standard nss_tls.h and to change modules' code as little as possible to make patching easier; later, when the code is committed, nss-modules should be cleaned up completely from libc-specific functions) Affected files ... .. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_compat/compat_group.c#7 edit .. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_compat/compat_serv.c#5 edit .. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_dns/dns_passwd.c#5 edit .. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_nis/nis_hosts_addrinfo.c#4 edit Differences ... ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_compat/compat_group.c#7 (text+ko) ==== @@ -39,14 +39,15 @@ #include #include #include +#include "namespace.h" #include #include +#include "un-namespace.h" #include #include #include #include #include -#include "libc_private.h" #include "nss_tls.h" #include "gr_scan.h" #include "nss_compat.h" ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_compat/compat_serv.c#5 (text+ko) ==== ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_dns/dns_passwd.c#5 (text+ko) ==== @@ -54,7 +54,6 @@ #include #include #include -#include "libc_private.h" #include "nss_tls.h" #include "pw_scan.h" ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_nis/nis_hosts_addrinfo.c#4 (text+ko) ==== @@ -90,7 +90,6 @@ #include #include #include -#include "libc_private.h" #include "res_config.h" #ifdef DEBUG