From 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Sep 2017 16:28:43 +0200 Subject: regularize format of source file headers, no code changes Signed-off-by: Denys Vlasenko --- shell/cttyhack.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'shell/cttyhack.c') diff --git a/shell/cttyhack.c b/shell/cttyhack.c index 849fe9e48..ec1b6c429 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.c @@ -4,12 +4,6 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ -#include "libbb.h" - -//applet:IF_CTTYHACK(APPLET_NOEXEC(cttyhack, cttyhack, BB_DIR_BIN, BB_SUID_DROP, cttyhack)) - -//kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o - //config:config CTTYHACK //config: bool "cttyhack (2.5 kb)" //config: default y @@ -54,6 +48,10 @@ //config: //config: # getty 115200 $(cttyhack) +//applet:IF_CTTYHACK(APPLET_NOEXEC(cttyhack, cttyhack, BB_DIR_BIN, BB_SUID_DROP, cttyhack)) + +//kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o + //usage:#define cttyhack_trivial_usage //usage: "[PROG ARGS]" //usage:#define cttyhack_full_usage "\n\n" @@ -65,6 +63,8 @@ //usage: "\nStarting interactive shell from boot shell script:" //usage: "\n setsid cttyhack sh" +#include "libbb.h" + #if !defined(__linux__) && !defined(TIOCGSERIAL) && !ENABLE_WERROR # warning cttyhack will not be able to detect a controlling tty on this system #endif -- cgit v1.2.3