projects
/
platform
/
upstream
/
squashfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81641cf
)
Fix an incorrect storage class specifier.
06/186906/1
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
accepted/tizen/5.0/unified/20181102.030109
accepted/tizen/5.5/unified/20191031.012825
accepted/tizen/5.5/unified/mobile/hotfix/20201027.071812
accepted/tizen/5.5/unified/wearable/hotfix/20201027.104401
accepted/tizen/unified/20180817.140847
submit/tizen/20180817.091909
submit/tizen_5.0/20181101.000008
submit/tizen_5.5/20191031.000008
submit/tizen_5.5_mobile_hotfix/20201026.185108
submit/tizen_5.5_wearable_hotfix/20201026.184308
tizen_5.5.m2_release
author
Michal Bloch
<m.bloch@samsung.com>
Thu, 16 Aug 2018 10:16:26 +0000
(12:16 +0200)
committer
Michal Bloch
<m.bloch@samsung.com>
Thu, 16 Aug 2018 10:25:24 +0000
(12:25 +0200)
Change-Id: I1f511b8639b0750aa634ffb1989a6675be2daf75
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
squashfs-tools/mksquashfs.h
patch
|
blob
|
history
diff --git
a/squashfs-tools/mksquashfs.h
b/squashfs-tools/mksquashfs.h
index
397e17c
..
538f84f
100644
(file)
--- a/
squashfs-tools/mksquashfs.h
+++ b/
squashfs-tools/mksquashfs.h
@@
-132,7
+132,7
@@
struct append_file {
#define BLOCK_OFFSET 2
extern struct cache *reader_buffer, *fragment_buffer, *reserve_cache;
-struct cache *bwriter_buffer, *fwriter_buffer;
+
extern
struct cache *bwriter_buffer, *fwriter_buffer;
extern struct queue *to_reader, *to_deflate, *to_writer, *from_writer,
*to_frag, *locked_fragment, *to_process_frag;
extern struct append_file **file_mapping;