Blame SOURCES/fixes-compile-time-make-test-issue.patch

76894c
From 441ee1b952ce8cd6e7d9fa6189af3b5921a1ccc3 Mon Sep 17 00:00:00 2001
76894c
From: David Vossel <dvossel@redhat.com>
76894c
Date: Mon, 20 Jan 2014 16:59:52 -0600
76894c
Subject: [PATCH] Low: tests: Fixes compile time issue with make check
76894c
76894c
---
76894c
 tests/file_change_bytes.c | 4 ++--
76894c
 1 file changed, 2 insertions(+), 2 deletions(-)
76894c
76894c
diff --git a/tests/file_change_bytes.c b/tests/file_change_bytes.c
76894c
index 3a86f92..a725278 100644
76894c
--- a/tests/file_change_bytes.c
76894c
+++ b/tests/file_change_bytes.c
76894c
@@ -51,8 +51,8 @@ int main(int argc, char *argv[])
76894c
 {
76894c
 	FILE *fi, *fo;
76894c
 	int i;
76894c
-	char *input_file_name;
76894c
-	char *output_file_name;
76894c
+	const char *input_file_name;
76894c
+	const char *output_file_name;
76894c
 	int no_bytes;
76894c
 	char *ep;
76894c
 	int ch;
76894c
-- 
76894c
1.8.4.2
76894c