Add errno.h
[oweals/busybox.git] / tail.c
diff --git a/tail.c b/tail.c
index 8e6488931c8f0994019977ce4dcfa15b446f031f..dc5918d6b23f31a85f5dd4887248cfa7f404bd81 100644 (file)
--- a/tail.c
+++ b/tail.c
@@ -39,8 +39,8 @@ static struct suffix_mult null_suffixes[] = {
 };
 #endif
 
-#define BYTES 0
-#define LINES 1
+static const int BYTES = 0;
+static const int LINES = 1;
 
 static char *tailbuf;
 static int taillen;