summaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-04-20 07:50:02 +0100
committerRon Yorston <rmy@pobox.com>2019-04-20 07:50:02 +0100
commit241d4d4ac319d4b0507dbc70434545418fd74b79 (patch)
tree3d1d8b92eb7f015f5e102cd472a330ec784a5d43 /shell/hush.c
parente4bc2cb29c5465cbec2dec1ba3b325139007d03a (diff)
parente49a572b529dc7dcfb052c679074b9b87577e388 (diff)
downloadbusybox-w32-FRP-3128-g241d4d4ac.tar.gz
busybox-w32-FRP-3128-g241d4d4ac.tar.bz2
busybox-w32-FRP-3128-g241d4d4ac.zip
Merge branch 'busybox' into mergeFRP-3128-g241d4d4ac
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/hush.c b/shell/hush.c
index d745148f4..b3ae73b9b 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -363,9 +363,6 @@
363#ifndef F_DUPFD_CLOEXEC 363#ifndef F_DUPFD_CLOEXEC
364# define F_DUPFD_CLOEXEC F_DUPFD 364# define F_DUPFD_CLOEXEC F_DUPFD
365#endif 365#endif
366#ifndef PIPE_BUF
367# define PIPE_BUF 4096 /* amount of buffering in a pipe */
368#endif
369 366
370#if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS && !(ENABLE_ASH || ENABLE_SH_IS_ASH || ENABLE_BASH_IS_ASH) 367#if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS && !(ENABLE_ASH || ENABLE_SH_IS_ASH || ENABLE_BASH_IS_ASH)
371# include "embedded_scripts.h" 368# include "embedded_scripts.h"