summaryrefslogtreecommitdiffstats
path: root/testing/zfs-git-grsec/timestamp.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-12 15:17:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-12 15:39:49 +0000
commit6494a1936832f3c3d7dad49d71eed232bea1c0a4 (patch)
treec57e3a539075ce31ef9e0b7ff9fb22b492fa244a /testing/zfs-git-grsec/timestamp.patch
parentfba30f4978632d5976d9a76bac43a50a20182404 (diff)
downloadaports-6494a1936832f3c3d7dad49d71eed232bea1c0a4.tar.bz2
aports-6494a1936832f3c3d7dad49d71eed232bea1c0a4.tar.xz
testing/zfs-git-grsec: removed
shoul duse the releases instead
Diffstat (limited to 'testing/zfs-git-grsec/timestamp.patch')
-rw-r--r--testing/zfs-git-grsec/timestamp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/zfs-git-grsec/timestamp.patch b/testing/zfs-git-grsec/timestamp.patch
deleted file mode 100644
index 68a612faa..000000000
--- a/testing/zfs-git-grsec/timestamp.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-uclibc does not support _DATE_FMT, it seems to be a libc only thing
-not sure this will work, will need to take a closer look.
-http://pubs.opengroup.org/onlinepubs/007904975/basedefs/langinfo.h.html
-http://sources.redhat.com/ml/libc-alpha/2000-10/msg00298.html
-
---- ./lib/libspl/timestamp.c.orig
-+++ ./lib/libspl/timestamp.c
-@@ -40,7 +40,7 @@
-
- /* We only need to retrieve this once per invocation */
- if (fmt == NULL)
-- fmt = nl_langinfo(_DATE_FMT);
-+ fmt = nl_langinfo(D_FMT);
-
- if (timestamp_fmt == UDATE) {
- (void) printf("%ld\n", t);