diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-07-17 01:32:29 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-07-17 01:32:29 +0000 |
| commit | f233ff62a96a2d0c369be8dcd504c169cbd60ffa (patch) | |
| tree | bf2472e6826b3095216f5fa242f1d5343c908527 /libutil/libutil.h | |
| parent | de7ca2d0664571507e6541388f8eff0638e12c76 (diff) | |
| parent | 78ed20543de7f07e92480d9d65202a25b4abcbcf (diff) | |
| download | pw-darwin-f233ff62a96a2d0c369be8dcd504c169cbd60ffa.tar.gz pw-darwin-f233ff62a96a2d0c369be8dcd504c169cbd60ffa.zip | |
IFC @253398
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); |
