aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 1cbcb41e4..13bd2d688 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -619,8 +619,8 @@ llist_t *llist_rev(llist_t *list);
619 * llist_t *llist_add_to(llist_t *old_head, void *data) 619 * llist_t *llist_add_to(llist_t *old_head, void *data)
620 * etc does not result in smaller code... */ 620 * etc does not result in smaller code... */
621 621
622/* start_stop_daemon and (udhcpc with ifupdown) are special - they want to 622/* start_stop_daemon and udhcpc are special - they want
623 * create pidfiles regardless of FEATURE_PIDFILE. */ 623 * to create pidfiles regardless of FEATURE_PIDFILE */
624#if ENABLE_FEATURE_PIDFILE || defined(WANT_PIDFILE) 624#if ENABLE_FEATURE_PIDFILE || defined(WANT_PIDFILE)
625int write_pidfile(const char *path); 625int write_pidfile(const char *path);
626#define remove_pidfile(f) ((void)unlink(f)) 626#define remove_pidfile(f) ((void)unlink(f))