diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-03 13:33:48 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-06-03 13:33:48 +0200 |
commit | fe345da6b249fa27a728bc07af588cd4d4d1d5ae (patch) | |
tree | f922f4a28e5fe77dd986d1018ebe9308e0fcc0ef /testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch | |
parent | 300c437839f5786882144a5ae66c5692ac1ed25d (diff) | |
download | aports-fe345da6b249fa27a728bc07af588cd4d4d1d5ae.tar.bz2 aports-fe345da6b249fa27a728bc07af588cd4d4d1d5ae.tar.xz |
testing/zfs-grsec: rebase upstream patches and fix install_if
Diffstat (limited to 'testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch')
-rw-r--r-- | testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch b/testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch deleted file mode 100644 index 81cf4387f0..0000000000 --- a/testing/zfs-grsec/0008-Set-_DATE_FMT-to-if-not-defined-in-libspl-timestamp..patch +++ /dev/null @@ -1,28 +0,0 @@ -From b49e2287871f612167dc40eb0d86e1c8b2d6311e Mon Sep 17 00:00:00 2001 -From: Carlo Landmeter <clandmeter@gmail.com> -Date: Tue, 1 Mar 2016 16:23:12 +0100 -Subject: [PATCH 8/8] Set _DATE_FMT to '%+' if not defined in - libspl/timestamp.c - ---- - lib/libspl/timestamp.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/lib/libspl/timestamp.c b/lib/libspl/timestamp.c -index a4f4cf4..85b7ecf 100644 ---- a/lib/libspl/timestamp.c -+++ b/lib/libspl/timestamp.c -@@ -28,6 +28,10 @@ - #include <langinfo.h> - #include "statcommon.h" - -+#ifndef _DATE_FMT -+#define _DATE_FMT "%+" -+#endif -+ - /* - * Print timestamp as decimal reprentation of time_t value (-T u was specified) - * or in date(1) format (-T d was specified). --- -2.7.2 - |