Remove extendline definition

Remove now unused PWBUFSZ define
This commit is contained in:
Baptiste Daroussin 2015-05-10 11:24:16 +00:00
parent a1d3bf2e8f
commit 234626f722
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282721

View File

@ -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 */