whitespace and comment format fixes, no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:40:24 +0000 (14:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:40:24 +0000 (14:40 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
129 files changed:
archival/libarchive/common.c
archival/libarchive/data_align.c
archival/libarchive/data_extract_all.c
archival/libarchive/data_extract_to_command.c
archival/libarchive/data_extract_to_stdout.c
archival/libarchive/data_skip.c
archival/libarchive/decompress_bunzip2.c
archival/libarchive/decompress_gunzip.c
archival/libarchive/filter_accept_all.c
archival/libarchive/filter_accept_list.c
archival/libarchive/filter_accept_list_reassign.c
archival/libarchive/filter_accept_reject_list.c
archival/libarchive/find_list_entry.c
archival/libarchive/get_header_ar.c
archival/libarchive/get_header_cpio.c
archival/libarchive/get_header_tar.c
archival/libarchive/get_header_tar_bz2.c
archival/libarchive/get_header_tar_gz.c
archival/libarchive/get_header_tar_lzma.c
archival/libarchive/get_header_tar_xz.c
archival/libarchive/header_verbose_list.c
archival/libarchive/init_handle.c
archival/libarchive/open_transformer.c
archival/libarchive/seek_by_jump.c
archival/libarchive/seek_by_read.c
archival/libarchive/unpack_ar_archive.c
archival/libarchive/unsafe_prefix.c
console-tools/setconsole.c
coreutils/fold.c
coreutils/md5_sha1_sum.c
coreutils/printf.c
coreutils/stty.c
coreutils/uuencode.c
libbb/ask_confirmation.c
libbb/bb_askpass.c
libbb/bb_do_delay.c
libbb/bb_pwd.c
libbb/bb_qsort.c
libbb/bb_strtod.c
libbb/bb_strtonum.c
libbb/bbunit.c
libbb/change_identity.c
libbb/chomp.c
libbb/compare_string_array.c
libbb/concat_path_file.c
libbb/concat_subpath_file.c
libbb/copyfd.c
libbb/correct_password.c
libbb/crc32.c
libbb/default_error_retval.c
libbb/device_open.c
libbb/die_if_bad_username.c
libbb/dump.c
libbb/executable.c
libbb/fclose_nonstdin.c
libbb/fflush_stdout_and_exit.c
libbb/fgets_str.c
libbb/find_mount_point.c
libbb/find_pid_by_name.c
libbb/find_root_device.c
libbb/full_write.c
libbb/get_console.c
libbb/get_line_from_file.c
libbb/getpty.c
libbb/hash_md5_sha.c
libbb/human_readable.c
libbb/in_ether.c
libbb/inet_common.c
libbb/inode_hash.c
libbb/isdirectory.c
libbb/kernel_version.c
libbb/last_char_is.c
libbb/llist.c
libbb/login.c
libbb/make_directory.c
libbb/match_fstype.c
libbb/messages.c
libbb/mode_string.c
libbb/mtab.c
libbb/nuke_str.c
libbb/parse_mode.c
libbb/percent_decode.c
libbb/printable.c
libbb/process_escape_sequence.c
libbb/procps.c
libbb/ptr_to_globals.c
libbb/pw_encrypt.c
libbb/recursive_action.c
libbb/remove_file.c
libbb/replace.c
libbb/run_shell.c
libbb/safe_gethostname.c
libbb/safe_poll.c
libbb/safe_strncpy.c
libbb/safe_write.c
libbb/setup_environment.c
libbb/signals.c
libbb/skip_whitespace.c
libbb/speed_table.c
libbb/strrstr.c
libbb/trim.c
libbb/uuencode.c
libbb/wfopen.c
libbb/wfopen_input.c
libbb/write.c
libbb/xatonum.c
libbb/xconnect.c
libbb/xfunc_die.c
libbb/xfuncs.c
libbb/xfuncs_printf.c
libbb/xgetcwd.c
libbb/xreadlink.c
libbb/xrealloc_vector.c
libbb/xregcomp.c
libpwdgrp/pwd_grp.c
miscutils/devmem.c
miscutils/time.c
networking/ifupdown.c
networking/interface.c
networking/libiproute/ipneigh.c
networking/libiproute/libnetlink.c
networking/libiproute/ll_map.c
networking/libiproute/ll_proto.c
networking/udhcp/dhcpc.c
networking/udhcp/dhcprelay.c
networking/udhcp/domain_codec.c
sysklogd/syslogd_and_logger.c
util-linux/getopt.c
util-linux/readprofile.c

index 389cb785665cedfc1728bb6a5ef0b6f15b3d9f3f..25c7bddad0adde55132c7cdc793ea8f2fbf0f2ed 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index a6b84a440f05e630895e177163850e5cd0cf4a0c..f61fdd93fda3fb62433cb71565ffd261dbfa2c2b 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index e658444e03c8fd0d7be418690df0254f77b2050d..d3a6df5e84281b46a9a078d7c39e0c93baba8289 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 5d8769382f1668584c6bcbb5f87f25b39e24ef08..1114a95cb3b29546fdc93a9b92277edd6af4230d 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index f849f3b4288e583df73fdabd3f54d04f4b98d5db..520041329809ab4abf5b035d9f64da7648a02c02 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 588167f01cbfcf17105695404dd41b98916c30c7..1a608227e066469a57ce6d2b249ed105733c64bf 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 803702f75177e6d2372be3a19701ed43e6af0220..af879648d7b1420869c1ada2ee7402b0c945330a 100644 (file)
@@ -1,14 +1,13 @@
 /* vi: set sw=4 ts=4: */
 /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net).
-
-   Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),
-   which also acknowledges contributions by Mike Burrows, David Wheeler,
-   Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten,
-   Robert Sedgewick, and Jon L. Bentley.
-
-   Licensed under GPLv2 or later, see file LICENSE in this source tree.
-*/
-
+ *
+ * Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),
+ * which also acknowledges contributions by Mike Burrows, David Wheeler,
+ * Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten,
+ * Robert Sedgewick, and Jon L. Bentley.
+ *
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ */
 /*
        Size and speed optimizations by Manuel Novoa III  (mjn3@codepoet.org).
 
@@ -38,7 +37,6 @@
 
        Manuel
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index c7fa5b526396481571c1c2b0d44a1dc9a7355512..c8245d73698c0e2157b4f85350b7230c4b130c4f 100644 (file)
@@ -32,7 +32,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include <setjmp.h>
 #include "libbb.h"
 #include "bb_archive.h"
index c33f7d3e368d6cfc9d55ce4e31aa50fa03eb0962..5a0ee9c605f1e17deabfd88342ea95240a65982d 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index a2d4b23e982df99b153c9e6cec53f367a8a799a7..32f806574508f78f73e6e50fae8de64635469efe 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index b9acfbc05428f21650a4e4b2a3c0215f0b96a096..826c5c29dd55dc82ffc47d94660721bc9fa39778 100644 (file)
@@ -1,10 +1,9 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  Copyright (C) 2002 by Glenn McGrath
+ * Copyright (C) 2002 by Glenn McGrath
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 2483749417d7507c53034df0376ecbb87d7ddab8..939e626faf01b41fe1087541bf1d17c4eb38357c 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 56032c65af78515770820e5f3caa7c5b78e3e147..37726bd3d223a3243b2a3daa678213ac969907dd 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include <fnmatch.h>
 #include "libbb.h"
 #include "bb_archive.h"
index c66bb3ee73954b1f494a40fbd50ca8e6cf2f44a2..79725e53508a810a25af0779545a86b5cde141c6 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 #include "ar.h"
index badd4a841656e4c1fd0b02c7b1b1d872f74493e6..ba07622fdda926a0e42f270634a1ee0e4ab1870a 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index c7e3bc16e411daa2cfc0100f147e30cbd41ea3bb..443a478a1467246a87850222a4770e2e24686f4f 100644 (file)
@@ -10,7 +10,6 @@
  *    Opengroup's ustar interchange format,
  *    http://www.opengroup.org/onlinepubs/007904975/utilities/pax.html
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 78f78a858ce69d3b66b5e0dcdc8ebdca1a2a59fb..c021720aca8b38ae6973e76cc324ee1dc7178126 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index b11f503dc6d75518c60f04e269296f9960d38b46..793b161a16cb41f9743fa98fe13a85a75f1eeee5 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index d228cbc138ae26cb878619e53f071dedc19f11fa..15d10adb81b6ba1106cee77f33a267af39de11dd 100644 (file)
@@ -5,7 +5,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 7bf3b3b56d56b648580ed5a9bef0e0a046112363..852c989cec25550228e6050413f416af92e83af2 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 87dd82136d7335382b6400c7fc3682d9c11c4224..be5140f8bdf2688b6adc2376cdf2891392ce8329 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index dcba6666f9cff96ddbc813b9c0c57f123362a559..4c64dac585415c7309540637db2870402b252ffe 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index e81a81072f69cd3056ade21754ff0c6f5cf6b8ad..9fefd4aaddcc99371de275c3d35dc0ace39cbe79 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 4fcd99ac80e584d94f62d95208ccc483f3e5c651..232d97e53698bd6f5eff09e64fa9327f37cb5929 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index c0fde966085aa6801b9ca144cca1059534e3974c..df234635480497c3538ec691c60380382bbfe18e 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index 0bc030349f5b3b930b73e6e14140cb06ea525070..4f9f89874cc31b0f1f401831843713a3cd124606 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 #include "ar.h"
index 9994f4d94edf01f2815507a8b2ba1d7315d2171f..33e487bf9455dfef2bf77d2e094de1c2062c1cea 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "bb_archive.h"
 
index bad2b76e4e43e13dc8d5e59af505647611bcdd0a..7f0f9c711cc0a10b1e4fb085959f2db55c817005 100644 (file)
@@ -1,9 +1,9 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  setconsole.c - redirect system console output
+ * setconsole.c - redirect system console output
  *
- *  Copyright (C) 2004,2005  Enrik Berkhan <Enrik.Berkhan@inka.de>
- *  Copyright (C) 2008 Bernhard Reutner-Fischer
+ * Copyright (C) 2004,2005  Enrik Berkhan <Enrik.Berkhan@inka.de>
+ * Copyright (C) 2008 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
index 286db228d45e58a9c31c05aa3375c6bc26fb6194..578e5a4b6267e4cfa0cb9d16ce62586a45d37d9c 100644 (file)
@@ -1,14 +1,14 @@
 /* vi: set sw=4 ts=4: */
 /* fold -- wrap each input line to fit in specified width.
-
  Written by David MacKenzie, djm@gnu.ai.mit.edu.
  Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
-
  Modified for busybox based on coreutils v 5.0
  Copyright (C) 2003 Glenn McGrath
-
  Licensed under GPLv2 or later, see file LICENSE in this source tree.
-*/
+ *
* Written by David MacKenzie, djm@gnu.ai.mit.edu.
* Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
+ *
* Modified for busybox based on coreutils v 5.0
* Copyright (C) 2003 Glenn McGrath
+ *
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ */
 //config:config FOLD
 //config:      bool "fold (4.6 kb)"
 //config:      default y
index 89d6cec0bfd037e90ad50fb3bf4ba27e60d219b6..ccdfd68554f2ee2dfe533245fa6ed722b9de8021 100644 (file)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  Copyright (C) 2003 Glenn L. McGrath
- *  Copyright (C) 2003-2004 Erik Andersen
+ * Copyright (C) 2003 Glenn L. McGrath
+ * Copyright (C) 2003-2004 Erik Andersen
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
index 353cfc608481b89773037f83678e252703fbc801..413273b261cf1fe3d57a2cab14b78e9b80275442 100644 (file)
@@ -1,41 +1,39 @@
 /* vi: set sw=4 ts=4: */
 /* printf - format and print data
-
-   Copyright 1999 Dave Cinege
-   Portions copyright (C) 1990-1996 Free Software Foundation, Inc.
-
-   Licensed under GPLv2 or later, see file LICENSE in this source tree.
-*/
-
+ *
+ * Copyright 1999 Dave Cinege
+ * Portions copyright (C) 1990-1996 Free Software Foundation, Inc.
+ *
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ */
 /* Usage: printf format [argument...]
-
-   A front end to the printf function that lets it be used from the shell.
-
-   Backslash escapes:
-
-   \" = double quote
-   \\ = backslash
-   \a = alert (bell)
-   \b = backspace
-   \c = produce no further output
-   \f = form feed
-   \n = new line
-   \r = carriage return
-   \t = horizontal tab
-   \v = vertical tab
-   \0ooo = octal number (ooo is 0 to 3 digits)
-   \xhhh = hexadecimal number (hhh is 1 to 3 digits)
-
-   Additional directive:
-
-   %b = print an argument string, interpreting backslash escapes
-
-   The 'format' argument is re-used as many times as necessary
-   to convert all of the given arguments.
-
-   David MacKenzie <djm@gnu.ai.mit.edu>
-*/
-
+ *
+ * A front end to the printf function that lets it be used from the shell.
+ *
+ * Backslash escapes:
+ *
+ * \" = double quote
+ * \\ = backslash
+ * \a = alert (bell)
+ * \b = backspace
+ * \c = produce no further output
+ * \f = form feed
+ * \n = new line
+ * \r = carriage return
+ * \t = horizontal tab
+ * \v = vertical tab
+ * \0ooo = octal number (ooo is 0 to 3 digits)
+ * \xhhh = hexadecimal number (hhh is 1 to 3 digits)
+ *
+ * Additional directive:
+ *
+ * %b = print an argument string, interpreting backslash escapes
+ *
+ * The 'format' argument is re-used as many times as necessary
+ * to convert all of the given arguments.
+ *
+ * David MacKenzie <djm@gnu.ai.mit.edu>
+ */
 /* 19990508 Busy Boxed! Dave Cinege */
 
 //config:config PRINTF
index b6e836364718837fa589bf0f58374cf3c8b3b8b2..df23f4cae938d762f552d66f0f5fbe8351308587 100644 (file)
@@ -1,24 +1,24 @@
 /* vi: set sw=4 ts=4: */
 /* stty -- change and print terminal line settings
  Copyright (C) 1990-1999 Free Software Foundation, Inc.
-
  Licensed under GPLv2 or later, see file LICENSE in this source tree.
-*/
* Copyright (C) 1990-1999 Free Software Foundation, Inc.
+ *
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ */
 /* Usage: stty [-ag] [-F device] [setting...]
-
  Options:
  -a Write all current settings to stdout in human-readable form.
  -g Write all current settings to stdout in stty-readable form.
  -F Open and use the specified device instead of stdin
-
  If no args are given, write to stdout the baud rate and settings that
  have been changed from their defaults.  Mode reading and changes
  are done on the specified device, or stdin if none was specified.
-
  David MacKenzie <djm@gnu.ai.mit.edu>
-
  Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
-*/
+ *
* Options:
* -a Write all current settings to stdout in human-readable form.
* -g Write all current settings to stdout in stty-readable form.
* -F Open and use the specified device instead of stdin
+ *
* If no args are given, write to stdout the baud rate and settings that
* have been changed from their defaults.  Mode reading and changes
* are done on the specified device, or stdin if none was specified.
+ *
* David MacKenzie <djm@gnu.ai.mit.edu>
+ *
* Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
+ */
 //config:config STTY
 //config:      bool "stty (8.6 kb)"
 //config:      default y
index d6e07743046274c0111a694f7ec508eff27557a6..aa53b14a64fb10421f3ae6b001a4c79663bdd2f0 100644 (file)
@@ -1,9 +1,9 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  Copyright (C) 2000 by Glenn McGrath
+ * Copyright (C) 2000 by Glenn McGrath
  *
- *  based on the function base64_encode from http.c in wget v1.6
- *  Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+ * based on the function base64_encode from http.c in wget v1.6
+ * Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
index d95729cc99beff60d823c4531723a525ada5004b..6fbed89f4d7a01726db4e49383d922e2b1440383 100644 (file)
@@ -6,12 +6,11 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* Read a line from stdin.  If the first non-whitespace char is 'y' or 'Y',
  * return 1.  Otherwise return 0.
  */
-#include "libbb.h"
-
 int FAST_FUNC bb_ask_confirmation(void)
 {
        char first = 0;
index c2580b9ebe6914e3fe778914f20f32fad3f04ca7..aae35ec41af209834f7134ba812539b12536c4a0 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* do nothing signal handler */
index 05c879fb93f824eee61e1761f79014892b765992..65541704b9026c64f119e2489ef4c3cadecc3346 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 void FAST_FUNC bb_do_delay(int seconds)
index dca0a150bea3fb1bfddb15d6303706cd793f1a2f..32ff83a423e33bb94cb073f5e197bf02edc72004 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* TODO: maybe change API to return malloced data?
index a54e7236a7e6573b2a94e85c69cedb945fb908f1..505045533e3ea7d44712e23900cdf896e3c53cdc 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 int /* not FAST_FUNC! */ bb_pstrcmp(const void *a, const void *b)
index 5dde784141a17fb52b640a1f0be9267a0fb0d195..5e1d0535e5ff9ea3e101cf73afbd65422cdc57e3 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include <math.h>  /* just for HUGE_VAL */
 
index 949f26bee6b201a6104d596829ae006a111500e1..2185017b02533ef81e4f9f8844edf8c30a161a63 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* On exit: errno = 0 only if there was non-empty, '\0' terminated value
index db67b108102363755f5a26d33be525e58a60ffc4..5f8d980a3a9bc70d03b3b63f702e682ce888e32f 100644 (file)
@@ -6,9 +6,9 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//applet:IF_UNIT_TEST(APPLET(unit, BB_DIR_USR_BIN, BB_SUID_DROP))
 
 //kbuild:lib-$(CONFIG_UNIT_TEST) += bbunit.o
-//applet:IF_UNIT_TEST(APPLET(unit, BB_DIR_USR_BIN, BB_SUID_DROP))
 
 //usage:#define unit_trivial_usage
 //usage:       ""
index 431f72c8c81a43438524e3955addebf8002a1c27..20d7c5f2dd606be26a4e3af4bf4e781e4b7991d4 100644 (file)
@@ -27,7 +27,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include "libbb.h"
 
 /* Become the user and group(s) specified by PW.  */
index cb92befb1d840002bf3db8aa0c90af9367f91b82..3757bff2e3867b9ff77709c84c7d488605430da5 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 void FAST_FUNC chomp(char *s)
index 2f51237a33301fadb9523707c4a23ea4dbf44710..01a9df0e24bd0c06118dd7bbe338c3fc87a8a852 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /*
index 9ed295996db365b7ab561439daf1b61745547676..5b4b7f113110abe51823c57a376bc1c8311e804f 100644 (file)
@@ -7,6 +7,7 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* Concatenate path and filename to new allocated buffer.
  * Add '/' only as needed (no duplicate // are produced).
@@ -14,8 +15,6 @@
  * filename should not be NULL.
  */
 
-#include "libbb.h"
-
 char* FAST_FUNC concat_path_file(const char *path, const char *filename)
 {
        char *lc;
index c9167d492dae6269ff7679a3338c794492b6d666..bc2ee96cab8ec3cdc6f6effb0682d5aff8ee89bf 100644 (file)
@@ -6,6 +6,7 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /*
    This function make special for recursive actions with usage
@@ -13,8 +14,6 @@
    and skipping "." and ".." directory entries
 */
 
-#include "libbb.h"
-
 char* FAST_FUNC concat_subpath_file(const char *path, const char *f)
 {
        if (f && DOT_OR_DOTDOT(f))
index 921fe3f81005d35063c8fb801cb54a75901586b8..dd0517cd6fde71d3b67ec42b4172252945457797 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #if ENABLE_FEATURE_USE_SENDFILE
 # include <sys/sendfile.h>
index 51928f68d6c1e4524bcbf718f86b54bf3c84e931..a6f7d9b3d4c463b07220fe2155134d7c6ba618e2 100644 (file)
@@ -27,7 +27,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include "libbb.h"
 
 #define SHADOW_BUFSIZE 256
index 0711ca84eac4f87cbd841d8e0e6bd68b3e31f1bd..b00b580d089ee4e005f1b13d994c7c5a54fb045b 100644 (file)
@@ -15,7 +15,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 uint32_t *global_crc32_table;
index 4f6395fa20000406cee9bc3afedd9c8d9edbe8ab..fc6a5364a219389c8b8bb1d8a54764fec4f64074 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /* Seems silly to copyright a global variable.  ;-)  Oh well.
  *
  * At least one applet (cmp) returns a value different from the typical
@@ -12,7 +11,6 @@
  * by the applet.  I suppose we could use a wrapper function to set it, but
  * that too seems silly.
  */
-
 #include "libbb.h"
 
 uint8_t xfunc_error_retval = EXIT_FAILURE;
index a8fe2fcb40e1270b942292fa3b5bf9c9ced97d5d..e5639c712204ee919e45a9663765fdcf03635910 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* try to open up the specified device */
index cf1297bd6a9d344deec392cb97a8775f49fa7ace..46f1033404e500f57bfb1aa0565246c090cc8884 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* To avoid problems, the username should consist only of
index e23b7129409294d5da3d9a3ef535d2d1860d5fa5..db91fcfe7449d143b345b62f381ae1be698e2f0e 100644 (file)
@@ -10,7 +10,6 @@
  *
  * Original copyright notice is retained at the end of this file.
  */
-
 #include "libbb.h"
 #include "dump.h"
 
index 3a1d4ff445e9d94123c1c431d9384e670d67976f..325dd0107b89745fce644928ff91f74084f347a7 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* check if path points to an executable file;
index 1b14413474ecab9a9aa6e8c389335fc5c77b58aa..7d5331063998e0b830291c3824256798c0d49b51 100644 (file)
@@ -6,14 +6,12 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* A number of standard utilities can accept multiple command line args
  * of '-' for stdin, according to SUSv3.  So we encapsulate the check
  * here to save a little space.
  */
-
-#include "libbb.h"
-
 int FAST_FUNC fclose_if_not_stdin(FILE *f)
 {
        /* Some more paranoid applets want ferror() check too */
index b4bed865f07836cf8015d58095ae96ce803d571a..4c689c0fb442f193a221dd001589a28cdbc24186 100644 (file)
@@ -6,13 +6,11 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* Attempt to fflush(stdout), and exit with an error code if stdout is
  * in an error state.
  */
-
-#include "libbb.h"
-
 void FAST_FUNC fflush_stdout_and_exit(int retval)
 {
        xfunc_error_retval = retval;
index 89210a3c9cf5a2d3f519c401dfdb0fdfc495d921..1a7f2e9e090b3731da1bd674028c098d2b31c1da 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 static char *xmalloc_fgets_internal(FILE *file, const char *terminating_string, int chop_off, size_t *maxsz_p)
index 9676b5f52c6cf8b8da4937f713a7de007c3df9bc..94bbf1d4ab2cf9ed510b02d4e022b8c4e1ad2f04 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include <mntent.h>
 
index db823d05b972323e2180e87f2a0892195787c01b..abbf293e8863bd43c0b19402aaf3bf59dff7d407 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /*
index 8436cd664fcb28091299126baf82dfc5e3a59c4d..d560f3ec3a1edc71c16029ed498fbc77558e33aa 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Find block device /dev/XXX which contains specified file
index 777fbd9101454ab9d5700446ec5c7fac3f59bbd5..2b7983f4c1e3da76de0beeba807eb50b1fbaaa18 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /*
index 96b339ca70a7a22121c67096838928cb31924097..0b53524aa5f82bb84fb7d96a51bf2f143d7df589 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* From <linux/kd.h> */
index a98dd35eb2b8fdf9e17737cf5abd9215a139b455..cc61a92656d8d9e3d2ff6d619ffc720a2dce8520 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 char* FAST_FUNC bb_get_chunk_from_file(FILE *file, int *end)
index 391d729f2232653e9d67f2a0e72cae5a2bcedde4..5d24ca9307e3133db29a22d2abc08182d1dc080f 100644 (file)
@@ -5,7 +5,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 #define DEBUG 0
index 2a7247430cc30feb492203fc625bc4c177eb45b3..a53a382ce2e59d781a3ecadad4ff390d0c68bc6c 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 #define NEED_SHA512 (ENABLE_SHA512SUM || ENABLE_USE_BB_CRYPT_SHA)
index b4e0ef181a0decb9ea43f2f76a4a99f151c3cacc..09221a186440808043b443c7f477468669c47694 100644 (file)
@@ -22,7 +22,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 const char* FAST_FUNC make_human_readable_str(unsigned long long val,
index 161c8ea3c13cfbeff9e45f9c588e0c856209564d..c9cf6a99bc26712551eff47caccd8d0231597d2e 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Utility routines.
  */
-
 //kbuild:lib-$(CONFIG_ARP) += in_ether.o
 //kbuild:lib-$(CONFIG_IFCONFIG) += in_ether.o
 //kbuild:lib-$(CONFIG_IFENSLAVE) += in_ether.o
index 04259f47b88a7aa649196a4bb0a22805c56f0bb1..e9fbde7dcb171fcc13df6a784983f1a48084643c 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "inet_common.h"
 
index f11c2afb2e786dff6d926e54d55583c3756307c3..4142813e38c06cc9b108a64cbc218c3f13ddd686 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 typedef struct ino_dev_hash_bucket_struct {
index ba6c52ce8d16fb3d6b33622bddf50f059c780000..462aa0067cb42ab155c85450620e3d3933359154 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include <sys/stat.h>
 #include "libbb.h"
 
index 9b6c6229919fd66ba67c2a0add01f752d03edfe5..7769a091bf5fdf8b6402763b58f837692e447e0d 100644 (file)
@@ -6,12 +6,10 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 /* After libbb.h, since it needs sys/types.h on some systems */
 #include <sys/utsname.h>  /* for uname(2) */
 
-
 /* Returns current kernel version encoded as major*65536 + minor*256 + patch,
  * so, for example,  to check if the kernel is greater than 2.2.11:
  *
index 65e6cdf044eaaaf5068a2516fe2cc5dfbd1fcd95..66f2e3635333379a222dbd86350d2fc16f6ab8c2 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Find out if the last character of a string matches the one given.
index 032e9fac8e580d2637b72757240323cdd3d77c91..e964a9b723bc55e2348706942e11fb527a1f164b 100644 (file)
@@ -9,7 +9,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Add data to the start of the linked list.  */
index 5a7acfcf058c192413b516227f22add01b7eb727..7f593d80d61964b06cbffbc2f8846dc8aa1bd27a 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 /* After libbb.h, since it needs sys/types.h on some systems */
 #include <sys/utsname.h>
index a6b7c28df06c7366afc51d3a2ce528f3b8858be5..b9916d1654b59e3d40b8edf31cc8780c2221873d 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /* Mar 5, 2003    Manuel Novoa III
  *
  * This is the main work function for the 'mkdir' applet.  As such, it
@@ -21,7 +20,6 @@
  * To set specific permissions on 'path', pass the appropriate 'mode'
  * val.  Otherwise, pass -1 to get default permissions.
  */
-
 #include "libbb.h"
 
 /* This function is used from NOFORK applets. It must not allocate anything */
index 6046bc6db882a822bcf986243d6077b5302c3d44..1e2269c5e649fa813af13ff23706661f386f0795 100644 (file)
@@ -9,7 +9,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 int FAST_FUNC fstype_matches(const char *fstype, const char *comma_list)
index 27fd14ecccccca367ef96eea792e8a4cb4d8b943..0a6cf3bf8c61ef663f50d82df4de7df997e5cc20 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* allow default system PATH to be extended via CFLAGS */
index 934eb6dc7b0bdf8723ece029d56be69f9766c0a7..280e6d2914a2962461640bc7af32f012909c8712 100644 (file)
@@ -10,8 +10,6 @@
 /* Aug 13, 2003
  * Fix a bug reported by junkio@cox.net involving the mode_chars index.
  */
-
-
 #include <assert.h>
 #include <sys/stat.h>
 
index 22bff649004cdce14d756d4e88c1d48793f23f17..131705ddbf1c01908e90027cb15486f31b37725c 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include <mntent.h>
 #include "libbb.h"
 
index 56b808bc7e0ebf0dc66eaa61aafb2efd7e36d9a3..240e68004100b589ebc0890cb31de58966be4f3a 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 //kbuild:lib-y += nuke_str.o
 
 #include "libbb.h"
index bddd39bca9d9b113238b6d46a352db5780b4dc5b..dc65860f6924cfe3d7e80b050f40c6f1be02cfaa 100644 (file)
@@ -6,11 +6,10 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* http://www.opengroup.org/onlinepubs/007904975/utilities/chmod.html */
 
-#include "libbb.h"
-
 /* This function is used from NOFORK applets. It must not allocate anything */
 
 #define FILEMODEBITS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
index 9a9d80c4a3beea7bc7d534a539b5a4c83e68fcb5..e5e42f0b571542b860dc61165b19dad2e0c6b256 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 //kbuild:lib-y += percent_decode.o
 
 #include "libbb.h"
index 9a423431e64a9d71ace87ccd1fb2c2df454131d9..224dde406b7df697218207de2e42efcbdcd03c0c 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 void FAST_FUNC fputc_printable(int ch, FILE *file)
index 346ecfa1e2c0c5de4bc299ee10c12d4c465ce685..59d0d3ea8ba5572e59f685ac6527b76bb2609385 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 #define WANT_HEX_ESCAPES 1
index b52c0f51b71c51415590a865f5ecbbc86a20dd37..9d8a921dfb72caa3b857be832fc8b3b7ddd8a2e0 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 
index 1074538f3bad71f99bcbf5eb7448d0d539befbfb..8ba9cd154b89743782babe47c438cf94787eb16d 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include <errno.h>
 
 struct globals;
index fe06a8fe68f920d40239b9807d64591fc09853fb..1edf4b6f08ad4621b392ec3692a4b59af71197a4 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* static const uint8_t ascii64[] ALIGN1 =
index 8f2b8b9320f05e1b1cfda1287aef5bbeaf1171de..0831ecc3a0c24dcb3c8a83c0ef23c9b9c573292e 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 #undef DEBUG_RECURS_ACTION
index eaca293d99dc061b2e628a18184921ce498f464a..8a13243930cee5ab53be218115c23c9a8ba56280 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Used from NOFORK applets. Must not allocate anything */
index 8711f957daae242ea362b3726ea32c6367825083..a661d96e67359562c33a61aa6e923dfbe533bb8d 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 //kbuild:lib-y += replace.o
 
 #include "libbb.h"
index 3bb58bb6ff9df85a5e66ee120bc4417efad3b4a6..a0420d982c6f1df23a471ed108dd77c37ba8f7e0 100644 (file)
@@ -27,7 +27,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include "libbb.h"
 #if ENABLE_SELINUX
 #include <selinux/selinux.h>  /* for setexeccon  */
index cac99ae03902d6e1313b48b954a6a64fb2ff0078..b22e30ea355c43047fade0ce08510ac92fb94f8c 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /*
  * SUSv2 guarantees that "Host names are limited to 255 bytes"
  * POSIX.1-2001 guarantees that "Host names (not including the terminating
@@ -23,7 +22,6 @@
  * Host software MUST handle host names of up to 63 characters and
  * SHOULD handle host names of up to 255 characters.
  */
-
 #include "libbb.h"
 #include <sys/utsname.h>
 
index b492a81516ff1e0f53d366da0b03d95f61129965..cf93a97740fed597a246b9e3b1251929667ba77d 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Wrapper which restarts poll on EINTR or ENOMEM.
index 5eb0db0bd4c5732e47e94eadd94d0fa403525b33..9570aacd7f4b5be09e58016aaeda9cd74cd14185 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Like strncpy but make sure the resulting string is always 0 terminated. */
index aad50f5e0244589f5d13e85b91e7cbdf3007b0fb..12bb438b7b9102ecfb514913059137944d22d4e2 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 ssize_t FAST_FUNC safe_write(int fd, const void *buf, size_t count)
index 91b6d94db584c2b116bfce453e33313d5476ff20..f8de4496791a77ce5987ccb4e0c9b1f3986e33cb 100644 (file)
@@ -27,7 +27,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include "libbb.h"
 
 void FAST_FUNC setup_environment(const char *shell, int flags, const struct passwd *pw)
index 56512473a2469dbd6f8ed6c4d06663d051d03b8b..3f589321c1d82a3d3be520873d019b9b714ab66d 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* All known arches use small ints for signals */
index b6cfbba4dc8c44c707779360e74ad9c743665e81..4df5d9e4d4ab63d9a8d336dc7709476673ed83bc 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 char* FAST_FUNC skip_whitespace(const char *s)
index 11ced01d0ce00b2e8cfde62dd53e8c448d0d5f1c..967cf8de82f128760f0dceda64d0308579612347 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 struct speed_map {
index 93d970a1b10bfd1bee59ae79ade3c1b46fdf77c5..a173b034f6dcb71dc89f09a913195edfd879bd0b 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /*
index e47fec74e4ccfa100cff62981d4133f40a1f5810..e360ba138bad0062da4670a4424454d4ab0d91c1 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 char* FAST_FUNC trim(char *s)
index f7b2484928d87d3ba06ea667398a5af494d15722..f32a3da7d848014a6640784f6441a9c814849640 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Conversion table.  for base 64 */
index 76dc8b82a0312b31d16e38e5727e527aad0a30c7..20fe18b23326d9d941085c5c316bd6e4bf7d1bab 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 FILE* FAST_FUNC fopen_or_warn(const char *path, const char *mode)
index d8b1c4a36d728570b2516acbb8e23343e8e8829a..872464248d74fd8e77491bab84ceba4675876342 100644 (file)
@@ -6,14 +6,13 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* A number of applets need to open a file for reading, where the filename
  * is a command line arg.  Since often that arg is '-' (meaning stdin),
  * we avoid testing everywhere by consolidating things in this routine.
  */
 
-#include "libbb.h"
-
 FILE* FAST_FUNC fopen_or_warn_stdin(const char *filename)
 {
        FILE *fp = stdin;
index 2d67a72811f5db8afda328d1875ac678fe56c48c..dd64b0032259ef314b9807e8a33bc1b468d10054 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Open file and write string str to it, close file.
index b63b7f54d4185b80dd2649240e86e29a3cf4dab9..7639a62aa6b114105fa6a290838f7cc215fc1eec 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 #define type long long
index 3a0dc2653fc61707af18120899192be680ec537e..39e56b223b5f8577e9f95c87251d3178380daee9 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include <sys/types.h>
 #include <sys/socket.h> /* netinet/in.h needs it */
 #include <netinet/in.h>
index 73f7998e583f28bb2c70618314f25c5c626d6d41..25b99066df3e46e47b719b99e17e1136382c65f2 100644 (file)
@@ -6,12 +6,11 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
+#include "libbb.h"
 
 /* Keeping it separate allows to NOT pull in stdio for VERY small applets.
  * Try building busybox with only "true" enabled... */
 
-#include "libbb.h"
-
 void (*die_func)(void);
 
 void FAST_FUNC xfunc_die(void)
index 0dfb3e2d981ece210db6b9219bd164caf0385269..9cbfb2836ad2b8f074086852940c05412583cffe 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 /* We need to have separate xfuncs.c and xfuncs_printf.c because
  * with current linkers, even with section garbage collection,
  * if *.o module references any of XXXprintf functions, you pull in
@@ -21,7 +20,6 @@
  *
  * TODO: move xmalloc() and xatonum() here.
  */
-
 #include "libbb.h"
 
 /* Turn on nonblocking I/O on a fd */
index f569b0263bfe2ceb0aee4433db59a34bcdce24f2..2bc01ad10c6954a3077c99a33244ed42d300f1a1 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 /* We need to have separate xfuncs.c and xfuncs_printf.c because
  * with current linkers, even with section garbage collection,
  * if *.o module references any of XXXprintf functions, you pull in
@@ -19,7 +18,6 @@
  * which do not pull in printf, directly or indirectly.
  * xfunc_printf.c contains those which do.
  */
-
 #include "libbb.h"
 
 
index 71720d323f0b1c2a2e5821c20e623da4dd5c0305..7f9088bdae830b679b3d0ada243488d24f4d1f57 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Return the current directory, newly allocated, arbitrarily long.
index 7d4cb60a528f64b613a0aadf38afbd3a99b9bc4c..9b62bcc4317ccd1ebec401ab3937e44d7b3a079a 100644 (file)
@@ -5,7 +5,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Some systems (eg Hurd) do not have MAXSYMLINKS definition,
index e8d31b7e4a3b1e53221e6412d7f3d05c7ac27449..dda5f3f7da3a32b5d0f403728ba54ddb350681db 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 
 /* Resize (grow) malloced vector.
index 344028f44d3b63d21fa0a5932bea4cc4b6bc3159..5870012d01fdb8034ee5bed8e3dd48f78e1de27c 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "xregex.h"
 
index c9bbc8bdadce5ce754407d0b3e4128f40ec62fde..7e3568f80f25c110e9d02a039795d2e71917c43d 100644 (file)
@@ -28,7 +28,6 @@
  *    implemented, if you need a particular missing function it should be
  *    easy to write it by using the internal common code.
  */
-
 #include "libbb.h"
 
 struct const_passdb {
index 6240547709c8588277b590a93770abcc0a961d8e..51ac3f22fcb35627da6346f75e24f0a447bb9c73 100644 (file)
@@ -1,7 +1,7 @@
 /*
+ * Copyright (C) 2000, Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl)
+ * Copyright (C) 2008, BusyBox Team. -solar 4/26/08
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
- *  Copyright (C) 2000, Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl)
- *  Copyright (C) 2008, BusyBox Team. -solar 4/26/08
  */
 //config:config DEVMEM
 //config:      bool "devmem (2.5 kb)"
index 65dbcdcf31ae0edc835a614441b061649430ed22..f4f8149d37be713f5ebc0b78c42f15f909d55e63 100644 (file)
@@ -1,13 +1,14 @@
 /* vi: set sw=4 ts=4: */
-/* 'time' utility to display resource usage of processes.
-   Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc.
-
-   Licensed under GPLv2, see file LICENSE in this source tree.
-*/
+/*
+ * 'time' utility to display resource usage of processes.
+ * Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc.
+ *
+ * Licensed under GPLv2, see file LICENSE in this source tree.
+ */
 /* Originally written by David Keppel <pardo@cs.washington.edu>.
  Heavily modified by David MacKenzie <djm@gnu.ai.mit.edu>.
  Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
-*/
* Heavily modified by David MacKenzie <djm@gnu.ai.mit.edu>.
* Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
+ */
 //config:config TIME
 //config:      bool "time (7 kb)"
 //config:      default y
index 5521e8a5a2347d9c753fa962311ac7507c63fbaa..534c9f0c7988caf32bb948cfb9e5c31cf26e1af8 100644 (file)
@@ -1,18 +1,18 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  ifup/ifdown for busybox
- *  Copyright (c) 2002 Glenn McGrath
- *  Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org>
+ * ifup/ifdown for busybox
+ * Copyright (c) 2002 Glenn McGrath
+ * Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org>
  *
- *  Based on ifupdown v 0.6.4 by Anthony Towns
- *  Copyright (c) 1999 Anthony Towns <aj@azure.humbug.org.au>
+ * Based on ifupdown v 0.6.4 by Anthony Towns
+ * Copyright (c) 1999 Anthony Towns <aj@azure.humbug.org.au>
  *
- *  Changes to upstream version
- *  Remove checks for kernel version, assume kernel version 2.2.0 or better.
- *  Lines in the interfaces file cannot wrap.
- *  To adhere to the FHS, the default state file is /var/run/ifstate
- *  (defined via CONFIG_IFUPDOWN_IFSTATE_PATH) and can be overridden by build
- *  configuration.
+ * Changes to upstream version
+ * Remove checks for kernel version, assume kernel version 2.2.0 or better.
+ * Lines in the interfaces file cannot wrap.
+ * To adhere to the FHS, the default state file is /var/run/ifstate
+ * (defined via CONFIG_IFUPDOWN_IFSTATE_PATH) and can be overridden by build
+ * configuration.
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
index 1191858819b4ff978bacdc702e61397625aa9e7c..89427f2f4ae770a61c571e077b8cd2b2465dd028 100644 (file)
@@ -30,7 +30,6 @@
  *          20001008 - Bernd Eckenfels, Patch from RH for setting mtu
  *                     (default AF was wrong)
  */
-
 #include "libbb.h"
 #include "inet_common.h"
 #include <net/if.h>
index 2a1c20e20b3c3109df4219026d5bda15191c26ec..1cd90d707c3aed18de16fc3d8416f6b24815a5c3 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Ported to Busybox by:  Curt Brune <curt@cumulusnetworks.com>
  */
-
 #include "ip_common.h"  /* #include "libbb.h" is inside */
 #include "common_bufsiz.h"
 #include "rt_names.h"
index 7e0ff1b6c5d428461439562e53b495c85e243580..3f0f7032633d733774245e3d07b48ea298e1695a 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  */
-
 #include <sys/socket.h>
 #include <sys/uio.h>
 
index af9eb46f7e542d704fda89cc8a7a31e51b8e7bab..be88a04e88e2812d31af7d1fd3f05c39af9b1083 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  */
-
 #include <net/if.h>  /* struct ifreq and co. */
 
 #include "libbb.h"
index 4c32ae5741383c5ab70f53c2afd63b0f0123b344..7d46221ac73dcde28797ee06d59c1e05d51068ca 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  */
-
 #include "libbb.h"
 #include "rt_names.h"
 #include "utils.h"
index 0013f4aa795ce51ac23b46939dbdb01d2c7f9f2a..55f21c1870496dfdd729fd9927037b8dc70321a9 100644 (file)
@@ -1,7 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
  * udhcp client
- *
  * Russ Dill <Russ.Dill@asu.edu> July 2001
  *
  * This program is free software; you can redistribute it and/or modify
index ea84c0dd7d438ccc03d818a474895661dac418ba..4d5644093fd5aab824c98c8e8de759a3ba8d0306 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* Port to Busybox Copyright (C) 2006 Jesse Dutton <jessedutton@gmail.com>
+/*
+ * Port to Busybox Copyright (C) 2006 Jesse Dutton <jessedutton@gmail.com>
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  *
index 5a923cc2ccdcf108bfbf81ba59f0cfaebce3a2dd..b7a3a5353b564aea83dee8af76f1a1c8cfd49728 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
-
-/* RFC1035 domain compression routines (C) 2007 Gabriel Somlo <somlo at cmu.edu>
+/*
+ * RFC1035 domain compression routines (C) 2007 Gabriel Somlo <somlo at cmu.edu>
  *
  * Loosely based on the isc-dhcpd implementation by dhankins@isc.org
  *
index 6d06a718b34d6e6e774cab99f77331e0ac1b613b..9bba195d4e3b2a11fdf770890d42f4adef566f80 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 #include "libbb.h"
 #include "common_bufsiz.h"
 #define SYSLOG_NAMES
index a151b7e560c629292bc6abe0c50e873b6144d0de..4431a7e74859b4d62a60bb11e554031df3dcf543 100644 (file)
@@ -1,11 +1,10 @@
 /* vi: set sw=4 ts=4: */
 /*
  * getopt.c - Enhanced implementation of BSD getopt(1)
- *   Copyright (c) 1997, 1998, 1999, 2000  Frodo Looijaard <frodol@dds.nl>
+ * Copyright (c) 1997, 1998, 1999, 2000  Frodo Looijaard <frodol@dds.nl>
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /*
  * Version 1.0-b4: Tue Sep 23 1997. First public release.
  * Version 1.0: Wed Nov 19 1997.
index 394ece1ddd85e6e1afe391575b14133efe8a2091..8fc33be3c347d8523311ccd607cb7663e35b9894 100644 (file)
@@ -1,8 +1,8 @@
 /* vi: set sw=4 ts=4: */
 /*
- *  readprofile.c - used to read /proc/profile
+ * readprofile.c - used to read /proc/profile
  *
- *  Copyright (C) 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
+ * Copyright (C) 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */