From 09c3fc64aeceba152705f8feeb0d4df0413ff5af Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 10 May 2015 11:24:16 +0000 Subject: Remove extendline definition Remove now unused PWBUFSZ define --- pw/pwupd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pw/pwupd.h b/pw/pwupd.h index 200ffee..d6e39ce 100644 --- a/pw/pwupd.h +++ b/pw/pwupd.h @@ -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 */ -- cgit v1.2.3