summaryrefslogtreecommitdiff
path: root/net-analyzer/suricata/files/fortify_source-numeric.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/suricata/files/fortify_source-numeric.patch')
-rw-r--r--net-analyzer/suricata/files/fortify_source-numeric.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/suricata/files/fortify_source-numeric.patch b/net-analyzer/suricata/files/fortify_source-numeric.patch
deleted file mode 100644
index 0a7f4827ea05..000000000000
--- a/net-analyzer/suricata/files/fortify_source-numeric.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/suricata.c 2015-10-02 00:21:55.634213646 +0200
-+++ b/src/suricata.c 2015-10-02 00:22:39.143940007 +0200
-@@ -774,7 +774,7 @@
- printf("compiled with -fstack-protector-all\n");
- #endif
- #ifdef _FORTIFY_SOURCE
-- printf("compiled with _FORTIFY_SOURCE=%d\n", _FORTIFY_SOURCE);
-+ printf("compiled with _FORTIFY_SOURCE\n");
- #endif
- #ifdef CLS
- printf("L1 cache line size (CLS)=%d\n", CLS);