diff options
author | David Zeuthen <david@fubar.dk> | 2005-06-27 14:52:03 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-06-27 14:52:03 +0000 |
commit | bc1d89a8068288bc7bde39f632c14a0efbd9e9fd (patch) | |
tree | dbf7d16668ef0b0d8a49b6bf85dbe148f8350627 /volume_id/sysv.c | |
parent | 09e949953ea0906f790551507cea6a0e42f1337c (diff) |
Include stdint.h to get uint8_t and friends so we compile on Linux.
This patch check for some internal Linux kernel types and redefine it using
the standard system types. It also removes the a private Linux kernel
include. Patch from Alvaro Lopez Ortega <alvaro@sun.com>.
Diffstat (limited to 'volume_id/sysv.c')
-rw-r--r-- | volume_id/sysv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/volume_id/sysv.c b/volume_id/sysv.c index d4745daa..a527fcd6 100644 --- a/volume_id/sysv.c +++ b/volume_id/sysv.c @@ -32,7 +32,6 @@ #include <string.h> #include <errno.h> #include <ctype.h> -#include <asm/types.h> #include "volume_id.h" #include "logging.h" |