Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/od.c')
-rw-r--r--coreutils/od.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 1149ef148..df06dd3ec 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -11,6 +11,8 @@
* Original copyright notice is retained at the end of this file.
*/
+// TODO: -t. busybox's own build script needs it
+
#include <ctype.h>
#include <string.h>
#include <getopt.h>