diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.src.h | 1 | ||||
-rw-r--r-- | include/libbb.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index b80c4f4e8..9f3ac78cb 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
@@ -337,7 +337,6 @@ IF_SVLOGD(APPLET(svlogd, BB_DIR_USR_SBIN, BB_SUID_DROP)) | |||
337 | IF_SWAPONOFF(APPLET_ODDNAME(swapoff, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapoff)) | 337 | IF_SWAPONOFF(APPLET_ODDNAME(swapoff, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapoff)) |
338 | IF_SWAPONOFF(APPLET_ODDNAME(swapon, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapon)) | 338 | IF_SWAPONOFF(APPLET_ODDNAME(swapon, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapon)) |
339 | IF_SWITCH_ROOT(APPLET(switch_root, BB_DIR_SBIN, BB_SUID_DROP)) | 339 | IF_SWITCH_ROOT(APPLET(switch_root, BB_DIR_SBIN, BB_SUID_DROP)) |
340 | IF_SYNC(APPLET_NOFORK(sync, sync, BB_DIR_BIN, BB_SUID_DROP, sync)) | ||
341 | IF_BB_SYSCTL(APPLET(sysctl, BB_DIR_SBIN, BB_SUID_DROP)) | 340 | IF_BB_SYSCTL(APPLET(sysctl, BB_DIR_SBIN, BB_SUID_DROP)) |
342 | IF_SYSLOGD(APPLET(syslogd, BB_DIR_SBIN, BB_SUID_DROP)) | 341 | IF_SYSLOGD(APPLET(syslogd, BB_DIR_SBIN, BB_SUID_DROP)) |
343 | IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac)) | 342 | IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac)) |
diff --git a/include/libbb.h b/include/libbb.h index eb53312cd..729704974 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -684,6 +684,7 @@ uint16_t inet_cksum(uint16_t *addr, int len) FAST_FUNC; | |||
684 | 684 | ||
685 | char *xstrdup(const char *s) FAST_FUNC RETURNS_MALLOC; | 685 | char *xstrdup(const char *s) FAST_FUNC RETURNS_MALLOC; |
686 | char *xstrndup(const char *s, int n) FAST_FUNC RETURNS_MALLOC; | 686 | char *xstrndup(const char *s, int n) FAST_FUNC RETURNS_MALLOC; |
687 | void *xmemdup(const void *s, int n) FAST_FUNC RETURNS_MALLOC; | ||
687 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; | 688 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; |
688 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; | 689 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; |
689 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; | 690 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; |