*: add most of the required setup_common_bufsiz() calls
[oweals/busybox.git] / coreutils / tail.c
index cdc9fb66a6bf5bd05497543860887ef597181c6e..39f87679e95db8523ddab7964269cd4786b3ebcc 100644 (file)
@@ -56,7 +56,7 @@ struct globals {
        bool exitcode;
 } FIX_ALIASING;
 #define G (*(struct globals*)bb_common_bufsiz1)
-#define INIT_G() do { } while (0)
+#define INIT_G() do { setup_common_bufsiz(); } while (0)
 
 static void tail_xprint_header(const char *fmt, const char *filename)
 {