]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/pw.c
nss: merge cash.h into file.h
[nsscash/nsscash.git] / nss / pw.c
index 813b4f5cbbe433a4788deec326932fbc790eada1..e4f99aadcfa7422c3e61efeae95d318df0d9b3b9 100644 (file)
--- a/nss/pw.c
+++ b/nss/pw.c
@@ -18,8 +18,6 @@
  */
 
 #include <errno.h>
-#include <nss.h>
-#include <pwd.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <pthread.h>
 
-#include "cash.h"
+#include "cash_nss.h"
 #include "file.h"
 #include "search.h"
 
 
+// NOTE: This file is very similar to gr.c, keep in sync!
+
 struct passwd_entry {
     uint64_t uid;
     uint64_t gid;