X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/73461538c2a564f3992725609929618b698e9701..54a011838a76f1406af6edea1f1b2741105c5b80:/chpass/chpass.h diff --git a/chpass/chpass.h b/chpass/chpass.h index ed1a586..fd3a839 100644 --- a/chpass/chpass.h +++ b/chpass/chpass.h @@ -48,7 +48,7 @@ typedef struct _entry { int (*func)(char *, struct passwd *, struct _entry *); int restricted; size_t len; - char *except, *save; + const char *except, *save; } ENTRY; /* Field numbers. */