diff options
author | wangbiao <biao716.wang@samsung.com> | 2023-11-16 18:17:42 +0900 |
---|---|---|
committer | wangbiao <biao716.wang@samsung.com> | 2023-11-16 18:17:42 +0900 |
commit | c30d127e8780dc678168ee121b9f2eeb1a8aaafa (patch) | |
tree | cdc9ddc3123edd5741e5151f3076c9bfc9535916 /misc | |
parent | 258ff2bdb80c458b743417c427f66fa5f27bf7c5 (diff) | |
download | librpm-tizen-c30d127e8780dc678168ee121b9f2eeb1a8aaafa.tar.gz librpm-tizen-c30d127e8780dc678168ee121b9f2eeb1a8aaafa.tar.bz2 librpm-tizen-c30d127e8780dc678168ee121b9f2eeb1a8aaafa.zip |
Upgrade version to 4.14tizen/4.14.1.1.tizen20230628
Change-Id: I21bf1a3a7c25cbec43022202cf2e5865b603a309
Signed-off-by: wangbiao <biao716.wang@samsung.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fnmatch.c | 2 | ||||
-rw-r--r-- | misc/fts.c | 1 | ||||
-rw-r--r-- | misc/rpmfts.h | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/misc/fnmatch.c b/misc/fnmatch.c index 77fbd93e7..8de22c8b0 100644 --- a/misc/fnmatch.c +++ b/misc/fnmatch.c @@ -17,7 +17,9 @@ Boston, MA 02111-1307, USA. */ # include "system.h" +# include <ctype.h> # include <stdlib.h> +# include <string.h> /* Find the first occurrence of C in S or the final NUL byte. */ static inline char * diff --git a/misc/fts.c b/misc/fts.c index 39f059d80..5c6f53d40 100644 --- a/misc/fts.c +++ b/misc/fts.c @@ -1139,4 +1139,3 @@ bail: __set_errno (oerrno); return (ret); } - diff --git a/misc/rpmfts.h b/misc/rpmfts.h index 0c059cf0c..30ad0ee8e 100644 --- a/misc/rpmfts.h +++ b/misc/rpmfts.h @@ -204,4 +204,3 @@ int Fts_set (FTS * sp, FTSENT * p, int instr) __THROW #endif #endif /* fts.h */ - |