projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec3e07
)
stubdom: int32_t is provided by stdint.h, not sys/types.h
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:44:51 +0000
(09:44 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:44:51 +0000
(09:44 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/include/posix/dirent.h
patch
|
blob
|
history
diff --git
a/extras/mini-os/include/posix/dirent.h
b/extras/mini-os/include/posix/dirent.h
index 56b1d672583162d906a167459e1b852aec9bbaea..884b69eba63454df8a672f99aa2776ed41f64036 100644
(file)
--- a/
extras/mini-os/include/posix/dirent.h
+++ b/
extras/mini-os/include/posix/dirent.h
@@
-1,7
+1,7
@@
#ifndef _POSIX_DIRENT_H
#define _POSIX_DIRENT_H
-#include <s
ys/types
.h>
+#include <s
tdint
.h>
struct dirent {
char *d_name;