repo.or.cz
/
t2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dash:
[t2.git]
/
package
/
filesystem
/
jfsutils
/
inittypes.patch
blob
26b588e9abfb71ddf8c953b1a15b391481847d4c
1
diff -Naur old/libfs/devices.h new/libfs/devices.h
2
--- old/libfs/devices.h 2005-11-23 07:43:55.000000000 +1100
3
+++ new/libfs/devices.h 2013-01-06 11:30:25.381538024 +1100
4
@@ -40,6 +40,8 @@
5
#define ERROR_INVALID_PARAMETER 87
6
#define ERROR_DISK_FULL 112
7
8
+#include <inttypes.h>
9
+
10
struct stat;
11