projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references
[linux-2.6]
/
include
/
linux
/
cramfs_fs.h
diff --git
a/include/linux/cramfs_fs.h
b/include/linux/cramfs_fs.h
index
a41f384
..
1dba681
100644
(file)
--- a/
include/linux/cramfs_fs.h
+++ b/
include/linux/cramfs_fs.h
@@
-87,6
+87,6
@@
struct cramfs_super {
/* Uncompression interfaces to the underlying zlib */
int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
int cramfs_uncompress_init(void);
-
int
cramfs_uncompress_exit(void);
+
void
cramfs_uncompress_exit(void);
#endif