Blame patches/libite_pre.local.patch
|
|
746b7d |
diff -ru libite.orig/src/Makefile.am libite/src/Makefile.am
|
|
|
746b7d |
--- libite.orig/src/Makefile.am 2020-08-09 16:25:29.242999136 +0200
|
|
|
746b7d |
+++ libite/src/Makefile.am 2020-08-09 17:29:21.283194792 +0200
|
|
|
746b7d |
@@ -12,7 +12,7 @@
|
|
|
746b7d |
makepath.c progress.c \
|
|
|
746b7d |
pidfile.c pidfilefn.c \
|
|
|
746b7d |
reallocarray.c rsync.c \
|
|
|
746b7d |
- strlcpy.c strlcat.c strtonum.c \
|
|
|
746b7d |
+ strtonum.c \
|
|
|
746b7d |
strdupa.h strndupa.h strnlen.h \
|
|
|
746b7d |
strmatch.c systemf.c \
|
|
|
746b7d |
telnet.c tempfile.c truncatef.c \
|
|
|
746b7d |
diff -ru libite.orig/src/strlite.h libite/src/strlite.h
|
|
|
746b7d |
--- libite.orig/src/strlite.h 2020-08-09 16:25:29.246999136 +0200
|
|
|
746b7d |
+++ libite/src/strlite.h 2020-08-09 17:25:08.951202692 +0200
|
|
|
746b7d |
@@ -57,12 +57,6 @@
|
|
|
746b7d |
int strnmatch (const char *str, const char **list, size_t num);
|
|
|
746b7d |
int strmatch (const char *str, const char **list);
|
|
|
746b7d |
|
|
|
746b7d |
-#ifndef strlcpy
|
|
|
746b7d |
-size_t strlcpy (char *dst, const char *src, size_t siz);
|
|
|
746b7d |
-#endif
|
|
|
746b7d |
-#ifndef strlcat
|
|
|
746b7d |
-size_t strlcat (char *dst, const char *src, size_t siz);
|
|
|
746b7d |
-#endif
|
|
|
746b7d |
#ifndef strtonum
|
|
|
746b7d |
long long strtonum (const char *numstr, long long minval, long long maxval, const char **errstrp);
|
|
|
746b7d |
#endif
|