lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1139 - nss-pam-ldapd/nss

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1139 - nss-pam-ldapd/nss



Author: arthur
Date: Mon Jun 14 22:24:35 2010
New Revision: 1139
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1139

Log:
remove some unused include statements

Modified:
   nss-pam-ldapd/nss/aliases.c
   nss-pam-ldapd/nss/ethers.c
   nss-pam-ldapd/nss/group.c
   nss-pam-ldapd/nss/hosts.c
   nss-pam-ldapd/nss/netgroup.c
   nss-pam-ldapd/nss/networks.c
   nss-pam-ldapd/nss/passwd.c
   nss-pam-ldapd/nss/protocols.c
   nss-pam-ldapd/nss/rpc.c
   nss-pam-ldapd/nss/services.c
   nss-pam-ldapd/nss/shadow.c

Modified: nss-pam-ldapd/nss/aliases.c
==============================================================================
--- nss-pam-ldapd/nss/aliases.c Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/aliases.c Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/ethers.c
==============================================================================
--- nss-pam-ldapd/nss/ethers.c  Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/ethers.c  Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/group.c
==============================================================================
--- nss-pam-ldapd/nss/group.c   Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/group.c   Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 #include <stdlib.h>
 

Modified: nss-pam-ldapd/nss/hosts.c
==============================================================================
--- nss-pam-ldapd/nss/hosts.c   Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/hosts.c   Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/netgroup.c
==============================================================================
--- nss-pam-ldapd/nss/netgroup.c        Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/netgroup.c        Mon Jun 14 22:24:35 2010        (r1139)
@@ -24,7 +24,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/networks.c
==============================================================================
--- nss-pam-ldapd/nss/networks.c        Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/networks.c        Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/passwd.c
==============================================================================
--- nss-pam-ldapd/nss/passwd.c  Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/passwd.c  Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/protocols.c
==============================================================================
--- nss-pam-ldapd/nss/protocols.c       Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/protocols.c       Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/rpc.c
==============================================================================
--- nss-pam-ldapd/nss/rpc.c     Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/rpc.c     Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/services.c
==============================================================================
--- nss-pam-ldapd/nss/services.c        Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/services.c        Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"

Modified: nss-pam-ldapd/nss/shadow.c
==============================================================================
--- nss-pam-ldapd/nss/shadow.c  Sat Jun 12 13:34:56 2010        (r1138)
+++ nss-pam-ldapd/nss/shadow.c  Mon Jun 14 22:24:35 2010        (r1139)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <string.h>
-#include <nss.h>
 #include <errno.h>
 
 #include "prototypes.h"
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits