Move bufsize_roundup() -> sudo_pow2_roundup() in libsudo_util.

This commit is contained in:
Todd C. Miller
2019-11-02 12:03:44 -06:00
parent 676d3fc67b
commit f1d0c99e03
8 changed files with 65 additions and 26 deletions

View File

@@ -35,7 +35,6 @@ struct iolog_file;
bool expand_buf(struct connection_buffer *buf, unsigned int needed);
bool iolog_open_all(int dfd, const char *iolog_dir, struct iolog_file *iolog_files, const char *mode);
bool iolog_seekto(int iolog_dir_fd, const char *iolog_path, struct iolog_file *iolog_files, struct timespec *elapsed_time, const struct timespec *target);
unsigned int bufsize_roundup(unsigned int len);
#endif /* SUDO_LOGSRV_UTIL_H */