summaryrefslogtreecommitdiff
path: root/app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch')
-rw-r--r--app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch b/app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch
deleted file mode 100644
index 81ad8e6a5337..000000000000
--- a/app-crypt/ekeyd/files/ekeyd-1.1.5-const_char_usage.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-# HG changeset patch
-# User kristianf
-# Date 1382916823 -3600
-# Mon Oct 28 00:33:43 2013 +0100
-# Node ID 0d99149615ec5ec70a6d03c685291ddc55babff6
-# Parent fd192324ff9ae4c4c92cdb9c27f5ae100da136a6
-Rewrite static const char *usage
-
-diff -r fd192324ff9a -r 0d99149615ec host/ekey-setkey.c
---- a/host/ekey-setkey.c Mon Oct 28 00:31:59 2013 +0100
-+++ b/host/ekey-setkey.c Mon Oct 28 00:33:43 2013 +0100
-@@ -79,7 +79,7 @@
- return mac;
- }
-
--static const char *usage =
-+static const char usage[] =
- "This is a low level tool. You probably wanted to use ekey-rekey instead.\n\n"
- "Usage: %s [-d] [-h] [-n] [-f <keyring>] [-m <master>]\n"
- " [-s <serial>] <path>\n"
-diff -r fd192324ff9a -r 0d99149615ec host/ekeyd.c
---- a/host/ekeyd.c Mon Oct 28 00:31:59 2013 +0100
-+++ b/host/ekeyd.c Mon Oct 28 00:33:43 2013 +0100
-@@ -209,7 +209,7 @@
- return (output_stream != NULL);
- }
-
--static const char *usage=
-+static const char usage[] =
- "Usage: %s [-f <configfile>] [-p <pidfile>] [-v] [-h]\n"
- "Entropy Key Daemon\n\n"
- "\t-f Read configuration from configfile\n"