polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
843e5fe
)
missing type in iso.h
author
Alexander Polakov <polachok@gmail.com>
Sat, 11 Jul 2009 04:27:42 +0000 (08:27 +0400)
committer
Alexander Polakov <polachok@gmail.com>
Sat, 5 Sep 2009 09:58:53 +0000 (13:58 +0400)
sys/vfs/isofs/cd9660/iso.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/vfs/isofs/cd9660/iso.h
b/sys/vfs/isofs/cd9660/iso.h
index
2a59af0
..
15969d7
100644
(file)
--- a/
sys/vfs/isofs/cd9660/iso.h
+++ b/
sys/vfs/isofs/cd9660/iso.h
@@
-285,12
+285,14
@@
isonum_711(unsigned char *p)
{
return p[0];
}
+
static __inline uint8_t
isonum_712(unsigned char *p)
{
return p[0];
}
+static __inline uint8_t
isonum_713(unsigned char *p)
{
return p[0];