Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
#else
# ifndef setup_common_bufsiz
+/* For now, this is never used:
+ * scripts/generate_BUFSIZ.sh never generates "malloced" bufsiz1:
+ * enum { COMMON_BUFSIZE = 1024 };
+ * extern char *const bb_common_bufsiz1;
+ * void setup_common_bufsiz(void);
+ * This has proved to be worse than the approach of defining
+ * larger bb_common_bufsiz1[] array.
+ */
+
/*
* It is not defined as a dummy macro.
* It means we have to provide this function.
that tty is a ctty.
??? Should getty ensure that other processes which might have opened
-fds to this tty be dusconnected? agetty has a -R option which makes
+fds to this tty be disconnected? agetty has a -R option which makes
agetty call vhangup() after tty is opened. (Then agetty opens it again,
since it probably vhangup'ed its own fd too).