diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-04 19:25:57 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-04 19:25:57 +0000 |
commit | f8909e2e8496d90c3cf073f2d63caaad657b7103 (patch) | |
tree | d420a30885568b703014b5808e9f174aa8aa808e /Makefile | |
parent | 42a88f0ced9e9a5ed4ad4020ee0b51db7b0c376d (diff) | |
download | busybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.tar.gz busybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.tar.bz2 busybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.zip |
Seems that stupid libc5 doesn't implement daemon(), so conditionally
inclde that here.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2242 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ endif | |||
236 | LIBBB = libbb | 236 | LIBBB = libbb |
237 | LIBBB_LIB = libbb.a | 237 | LIBBB_LIB = libbb.a |
238 | LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \ | 238 | LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \ |
239 | copy_file_chunk.c create_path.c device_open.c error_msg.c \ | 239 | copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \ |
240 | find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ | 240 | find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ |
241 | full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ | 241 | full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ |
242 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ | 242 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ |