X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=nss%2Ffile.h;h=9560bc3379182edbcabd94ce14e7756b622de4d6;hp=539d219f6b8b5c17d856600c32a6cbda0674b1c2;hb=d228d6e6197aa1ea7ca40b19bfeb8453d6d41ee3;hpb=8d862d90f3530d340ef2b3f50973a8abcf9edf99 diff --git a/nss/file.h b/nss/file.h index 539d219..9560bc3 100644 --- a/nss/file.h +++ b/nss/file.h @@ -54,9 +54,9 @@ struct header { struct file { int fd; size_t size; - uint64_t next_index; // used by getpwent (pw.c) const struct header *header; + uint64_t next_index; // used by getpwent (pw.c) }; bool map_file(const char *path, struct file *f) __attribute__((visibility("hidden")));