]> git.ipfire.org Git - thirdparty/rsync.git/commit
Include bsd/strings.h if it exists
authorWayne Davison <wayne@opencoder.net>
Sun, 19 Jun 2022 17:02:51 +0000 (10:02 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 19 Jun 2022 17:11:28 +0000 (10:11 -0700)
commit3592ac3c025da23b2dd291561ec6113940b9c11b
treed46fa2282ac1acceb3d5db367a99e661b5f68782
parentc897b16f3231b2c22110b3792ec63c4b269d57d6
Include bsd/strings.h if it exists

Some systems apparently put strlcpy() into a separate bsd/strings.h file
without putting the function into a separate library. Thus, configure
finds that the function exists for linking but the build does not have
the declaration (which rsync only supplies if it is also supplying its
own version of the function).
configure.ac
rsync.h