aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-10 11:24:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-10 11:24:16 +0000
commit234626f72221c8b51ee8de1e7fc346f7a811654e (patch)
tree27e23f9b1d09f084a504970e9ef68336f60be0e8 /usr.sbin/pw/pwupd.h
parenta1d3bf2e8f8bd4ec35ddc3befb11c9df9c204e9d (diff)
Remove extendline definition
Remove now unused PWBUFSZ define
Notes
Notes: svn path=/head/; revision=282721
Diffstat (limited to 'usr.sbin/pw/pwupd.h')
-rw-r--r--usr.sbin/pw/pwupd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h
index 200ffeec751c..d6e39ce99b0e 100644
--- a/usr.sbin/pw/pwupd.h
+++ b/usr.sbin/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 */