X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=nss%2Fpw.c;h=4313ee376cfa2e008756a776c4ff0aa4802bbf41;hp=e4f99aadcfa7422c3e61efeae95d318df0d9b3b9;hb=c6363eab83ca507ee1a566b5b98eefad61fbe8b3;hpb=bfa9e0160a19bd7c151720de78749aa817d5986f diff --git a/nss/pw.c b/nss/pw.c index e4f99aa..4313ee3 100644 --- a/nss/pw.c +++ b/nss/pw.c @@ -48,7 +48,7 @@ struct passwd_entry { * concatenated, with their trailing NUL. The off_* variables point to * beginning of each string. */ - char data[]; + const char data[]; } __attribute__((packed)); static bool entry_to_passwd(const struct passwd_entry *e, struct passwd *p, char *tmp, size_t space) {