aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/190-no_nonstatic_inline.patch
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-12-12 16:10:42 +0100
committerAlexander Couzens <lynxis@fe80.eu>2019-02-28 01:38:46 +0100
commit889b6423b78bcde8af81d68a3fabcdd019181de4 (patch)
tree1855cb252ea7297bb74901a9955a33347512ebc0 /tools/squashfs4/patches/190-no_nonstatic_inline.patch
parent9e8cbecb7f188dcf31b3a4e268d8e2b8e6d55a58 (diff)
downloadupstream-889b6423b78bcde8af81d68a3fabcdd019181de4.tar.gz
upstream-889b6423b78bcde8af81d68a3fabcdd019181de4.tar.bz2
upstream-889b6423b78bcde8af81d68a3fabcdd019181de4.zip
tools: migrate from squashfs4 to squashfskit4
squashfskit is a fork of the squashfs-tools. squashfskit creates reproducible filesystems and includes many of the distro patches. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/squashfs4/patches/190-no_nonstatic_inline.patch')
-rw-r--r--tools/squashfs4/patches/190-no_nonstatic_inline.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/tools/squashfs4/patches/190-no_nonstatic_inline.patch b/tools/squashfs4/patches/190-no_nonstatic_inline.patch
deleted file mode 100644
index 8cab120832..0000000000
--- a/tools/squashfs4/patches/190-no_nonstatic_inline.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- a/squashfs-tools/mksquashfs.c
-+++ b/squashfs-tools/mksquashfs.c
-@@ -736,13 +736,13 @@ void cache_block_put(struct file_buffer
- + (((char *)A) - data_cache)))
-
-
--inline void inc_progress_bar()
-+static inline void inc_progress_bar()
- {
- cur_uncompressed ++;
- }
-
-
--inline void update_progress_bar()
-+static inline void update_progress_bar()
- {
- pthread_mutex_lock(&progress_mutex);
- pthread_cond_signal(&progress_wait);
-@@ -750,7 +750,7 @@ inline void update_progress_bar()
- }
-
-
--inline void waitforthread(int i)
-+static inline void waitforthread(int i)
- {
- TRACE("Waiting for thread %d\n", i);
- while(thread[i] != 0)
-@@ -3359,7 +3359,7 @@ struct inode_info *lookup_inode(struct s
- }
-
-
--inline void add_dir_entry(char *name, char *pathname, struct dir_info *sub_dir,
-+static inline void add_dir_entry(char *name, char *pathname, struct dir_info *sub_dir,
- struct inode_info *inode_info, struct dir_info *dir)
- {
- if((dir->count % DIR_ENTRIES) == 0) {