bareos: master 6f369cc4

Author Committer Branch Timestamp Parent
arogge arogge master 2020-04-09 21:07 master fcf31097 Pending
Changeset core: don't use bcopy()

As bcopy() is marked as LEGACY in POSIX.1-2001 we will simply use
memmove() in all cases instead.
mod - core/cmake/BareosCheckFunctions.cmake Diff File
mod - core/src/include/config.h.in Diff File
mod - core/src/lib/bsys.cc Diff File