diff options
Diffstat (limited to 'net-fs/cvmfs/files/cvmfs-2.9.2-include-ctime.patch')
-rw-r--r-- | net-fs/cvmfs/files/cvmfs-2.9.2-include-ctime.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-fs/cvmfs/files/cvmfs-2.9.2-include-ctime.patch b/net-fs/cvmfs/files/cvmfs-2.9.2-include-ctime.patch new file mode 100644 index 000000000000..0dd97cc1f709 --- /dev/null +++ b/net-fs/cvmfs/files/cvmfs-2.9.2-include-ctime.patch @@ -0,0 +1,10 @@ +--- a/cvmfs/authz/helper_log.cc 2022-07-04 12:15:08.000000000 +0200 ++++ b/cvmfs/authz/helper_log.cc 2022-09-01 17:55:08.200175687 +0200 +@@ -8,6 +8,7 @@ + #include <fcntl.h> + #include <syslog.h> + #include <unistd.h> ++#include <ctime> + + #include <cassert> + #include <cstdarg> |