bareos: master aebf24d3
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | pstorz | master | 2017-04-27 21:58 | master 44fc474a | Pending |
Changeset | remove deprecated readdir_r() calls since glibc version 2.24, readdir_r() is deprecated. From the manpage of readdir_r(): It is expected that a future version of POSIX.1 will make readdir_r() obsolete, and require that readdir() be thread-safe when concurrently employed on different directory streams. By defining "USE_READDIR_R" the old code is still available in case it is needed on certain platforms. |
||||
mod - src/dird/dird.c | Diff File | ||||
mod - src/findlib/find.h | Diff File | ||||
mod - src/findlib/find_one.c | Diff File | ||||
mod - src/lib/plugins.c | Diff File | ||||
mod - src/stored/backends/unix_fifo_device.c | Diff File | ||||
mod - src/win32/compat/compat.c | Diff File | ||||
mod - src/win32/compat/glob.c | Diff File | ||||
mod - src/win32/stored/backends/win32_fifo_device.c | Diff File | ||||
mod - src/win32/stored/backends/win32_file_device.c | Diff File |