diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-12 20:48:55 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-04-12 20:48:55 +0000 |
| commit | 7ce299ace1ee675febf1bc74ad0512ffc41e41cc (patch) | |
| tree | 03b208293f0b8a2716849ff674a2665e30fda6e3 /libutil/libutil.h | |
| parent | 17bc9031bfed577deb2722150179f4c8c11abfe2 (diff) | |
| parent | 5430e47ecaff962f1b65df241d5657675cd2d10c (diff) | |
| download | pw-darwin-7ce299ace1ee675febf1bc74ad0512ffc41e41cc.tar.gz pw-darwin-7ce299ace1ee675febf1bc74ad0512ffc41e41cc.zip | |
sync from head
Diffstat (limited to 'libutil/libutil.h')
| -rw-r--r-- | libutil/libutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h index b1b2405..b8b9836 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -167,7 +167,7 @@ int gr_copy(int __ffd, int _tfd, const struct group *_gr, struct group * gr_dup(const struct group *_gr); struct group * - gr_add(struct group *_gr, char *_newmember); + gr_add(const struct group *_gr, const char *_newmember); int gr_equal(const struct group *_gr1, const struct group *_gr2); void gr_fini(void); int gr_init(const char *_dir, const char *_master); |
