svn commit: r282721 - head/usr.sbin/pw
Baptiste Daroussin
bapt at FreeBSD.org
Sun May 10 11:24:17 UTC 2015
Author: bapt
Date: Sun May 10 11:24:16 2015
New Revision: 282721
URL: https://svnweb.freebsd.org/changeset/base/282721
Log:
Remove extendline definition
Remove now unused PWBUFSZ define
Modified:
head/usr.sbin/pw/pwupd.h
Modified: head/usr.sbin/pw/pwupd.h
==============================================================================
--- head/usr.sbin/pw/pwupd.h Sun May 10 11:18:01 2015 (r282720)
+++ head/usr.sbin/pw/pwupd.h Sun May 10 11:24:16 2015 (r282721)
@@ -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 */
More information about the svn-src-head
mailing list