diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-10 11:24:16 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-10 11:24:16 +0000 |
| commit | 09c3fc64aeceba152705f8feeb0d4df0413ff5af (patch) | |
| tree | 594b8eeade5f741a03600cb1ea4ee26d2f5d7afa /pw | |
| parent | c9b35173704bf9aaebcf62d0915543b81e9ee8d3 (diff) | |
| download | pw-darwin-09c3fc64aeceba152705f8feeb0d4df0413ff5af.tar.gz pw-darwin-09c3fc64aeceba152705f8feeb0d4df0413ff5af.zip | |
Remove extendline definition
Remove now unused PWBUFSZ define
Diffstat (limited to 'pw')
| -rw-r--r-- | pw/pwupd.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -112,10 +112,7 @@ void vendgrent(void); void copymkdir(char const * dir, char const * skel, mode_t mode, uid_t uid, gid_t gid); void rm_r(char const * dir, uid_t uid); -int extendline(char **buf, int *buflen, int needed); int extendarray(char ***buf, int *buflen, int needed); __END_DECLS -#define PWBUFSZ 1024 - #endif /* !_PWUPD_H */ |
