diff options
author | Ron Yorston <rmy@pobox.com> | 2013-04-03 13:02:14 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-04-03 13:02:14 +0100 |
commit | 667d5dd0a428a790df5a73d044cf9a8882ee92f8 (patch) | |
tree | 76291debc380e8d31991c3d2eddcf0add131c7a3 /include | |
parent | 8782950636f76faa8db0ed8c5d698ab0bd1fbf45 (diff) | |
parent | d35cbad0efaa57bf7c5280e62825966f7757906a (diff) | |
download | busybox-w32-667d5dd0a428a790df5a73d044cf9a8882ee92f8.tar.gz busybox-w32-667d5dd0a428a790df5a73d044cf9a8882ee92f8.tar.bz2 busybox-w32-667d5dd0a428a790df5a73d044cf9a8882ee92f8.zip |
Merge branch 'busybox' into merge
Conflicts:
libbb/lineedit.c
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.src.h | 2 | ||||
-rw-r--r-- | include/libbb.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index 29ab16706..00172b1bc 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
@@ -236,7 +236,7 @@ IF_LZOP(APPLET(lzop, BB_DIR_BIN, BB_SUID_DROP)) | |||
236 | IF_LZOP(APPLET_ODDNAME(lzopcat, lzop, BB_DIR_USR_BIN, BB_SUID_DROP, lzopcat)) | 236 | IF_LZOP(APPLET_ODDNAME(lzopcat, lzop, BB_DIR_USR_BIN, BB_SUID_DROP, lzopcat)) |
237 | IF_MAKEDEVS(APPLET(makedevs, BB_DIR_SBIN, BB_SUID_DROP)) | 237 | IF_MAKEDEVS(APPLET(makedevs, BB_DIR_SBIN, BB_SUID_DROP)) |
238 | IF_MAKEMIME(APPLET(makemime, BB_DIR_BIN, BB_SUID_DROP)) | 238 | IF_MAKEMIME(APPLET(makemime, BB_DIR_BIN, BB_SUID_DROP)) |
239 | IF_MAN(APPLET(man, BB_DIR_SBIN, BB_SUID_DROP)) | 239 | IF_MAN(APPLET(man, BB_DIR_USR_BIN, BB_SUID_DROP)) |
240 | IF_MATCHPATHCON(APPLET(matchpathcon, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 240 | IF_MATCHPATHCON(APPLET(matchpathcon, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
241 | IF_MD5SUM(APPLET_NOEXEC(md5sum, md5_sha1_sum, BB_DIR_USR_BIN, BB_SUID_DROP, md5sum)) | 241 | IF_MD5SUM(APPLET_NOEXEC(md5sum, md5_sha1_sum, BB_DIR_USR_BIN, BB_SUID_DROP, md5sum)) |
242 | IF_MICROCOM(APPLET(microcom, BB_DIR_USR_BIN, BB_SUID_DROP)) | 242 | IF_MICROCOM(APPLET(microcom, BB_DIR_USR_BIN, BB_SUID_DROP)) |
diff --git a/include/libbb.h b/include/libbb.h index 15a5a6623..f5b7d8dc7 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -536,7 +536,8 @@ struct BUG_too_small { | |||
536 | 536 | ||
537 | void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; | 537 | void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; |
538 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; | 538 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; |
539 | 539 | char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | |
540 | char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | ||
540 | 541 | ||
541 | int xsocket(int domain, int type, int protocol) FAST_FUNC; | 542 | int xsocket(int domain, int type, int protocol) FAST_FUNC; |
542 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; | 543 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; |