From 81dab2cf834cb5369bd70feaf4ff45363dba12dd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:56:08 +0000 Subject: Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits on 64 bit platforms), and move #include to libbb.h. --- coreutils/cksum.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/cksum.c') diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 194ea7d2a..1396a5d5b 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -9,7 +9,6 @@ #include #include #include -#include #include "busybox.h" int cksum_main(int argc, char **argv) { -- cgit v1.2.3