]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - chpass/chpass.h
Fix up setgrent(3) to have a POSIX-compliant prototype.
[pw-darwin.git] / chpass / chpass.h
index ed1a58649d592a8e6ced6facd479b6e723ace5c3..fd3a8390378e094984c30482abf21573e44acd54 100644 (file)
@@ -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. */