diff options
Diffstat (limited to 'coreutils/head_tail.c')
-rw-r--r-- | coreutils/head_tail.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/coreutils/head_tail.c b/coreutils/head_tail.c deleted file mode 100644 index 1658c0d1b..000000000 --- a/coreutils/head_tail.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (C) 2013 Denys Vlasenko - * - * Licensed under GPLv2, see file LICENSE in this source tree. - */ -#include "libbb.h" -#include "head_tail.h" - -const struct suffix_mult head_tail_suffixes[] = { - { "b", 512 }, - { "k", 1024 }, - { "m", 1024*1024 }, - { "", 0 } -}; |