]> 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 d2c1bfa4acd793b12e5cbdf084de22ddefe6ed33..e4f99aadcfa7422c3e61efeae95d318df0d9b3b9 100644 (file)
--- a/nss/pw.c
+++ b/nss/pw.c
 
 #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;