Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
on 64 bit platforms), and move #include <inttypes.h> to libbb.h.
This commit is contained in:
parent
0fbe7ddbdd
commit
81dab2cf83
4 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue