Hello community, here is the log from the commit of package sysfsutils for openSUSE:Factory checked in at 2020-03-25 23:43:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysfsutils (Old) and /work/SRC/openSUSE:Factory/.sysfsutils.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysfsutils" Wed Mar 25 23:43:01 2020 rev:23 rq:787614 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sysfsutils/sysfsutils.changes 2020-02-25 16:01:42.896002581 +0100 +++ /work/SRC/openSUSE:Factory/.sysfsutils.new.3160/sysfsutils.changes 2020-03-25 23:43:21.399994785 +0100 @@ -1,0 +2,6 @@ +Mon Mar 23 16:16:25 UTC 2020 - Martin Liška <[email protected]> + +- Update sysfsutils-fix-compiler-issues.patch in order to + fix boo#1166612. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysfsutils-fix-compiler-issues.patch ++++++ --- /var/tmp/diff_new_pack.9UKRMO/_old 2020-03-25 23:43:21.899994948 +0100 +++ /var/tmp/diff_new_pack.9UKRMO/_new 2020-03-25 23:43:21.899994948 +0100 @@ -110,7 +110,7 @@ -#define safestrcpy(to, from) strncpy(to, from, sizeof(to)-1) -#define safestrcat(to, from) strncat(to, from, sizeof(to) - strlen(to)-1) -+inline void my_strncpy(char *to, const char *from, size_t max) ++static inline void my_strncpy(char *to, const char *from, size_t max) +{ + size_t i; @@ -15907,7 +15907,7 @@ -#define safestrcpy(to, from) strncpy(to, from, sizeof(to)-1) -#define safestrcat(to, from) strncat(to, from, sizeof(to) - strlen(to)-1) -+inline void my_strncpy(char *to, const char *from, size_t max) ++static inline void my_strncpy(char *to, const char *from, size_t max) +{ + size_t i;
