From: Jim Meyering <[email protected]>
* test/evsverify.c: Add a const.
---
test/evsverify.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/evsverify.c b/test/evsverify.c
index f2d4f3a..17101b1 100644
--- a/test/evsverify.c
+++ b/test/evsverify.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2004 MontaVista Software, Inc.
- * Copyright (c) 2006-2007 Red Hat, Inc.
+ * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
*
* All rights reserved.
*
@@ -46,7 +46,7 @@
#include <corosync/evs.h>
#include "../exec/crypto.h"
-char *delivery_string;
+const char *delivery_string;
struct my_msg {
unsigned int msg_size;
unsigned char sha1[20];
--
1.6.2.rc1.285.gc5f54
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais