This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: libdvbv5: hide my_strlcpy symbol Author: Gregor Jasny <[email protected]> Date: Sat Mar 20 18:05:06 2021 +0100 lib/libdvbv5/dvb-dev-remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=595c1797983214f3bff7c1bb4882f1b894ea3004 diff --git a/lib/libdvbv5/dvb-dev-remote.c b/lib/libdvbv5/dvb-dev-remote.c index 79219d5ced72..f55fbb984cf1 100644 --- a/lib/libdvbv5/dvb-dev-remote.c +++ b/lib/libdvbv5/dvb-dev-remote.c @@ -114,7 +114,7 @@ struct dvb_dev_remote_priv { void *user_priv; }; -char *my_strlcpy(char *dst, const char *src, size_t siz) +static char *my_strlcpy(char *dst, const char *src, size_t siz) { char *rc; _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
