From: Jim Meyering <[email protected]> * test/testevs.c: Declare global to be "static const". --- test/testevs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/testevs.c b/test/testevs.c index 802f3bb..55e0d34 100644 --- a/test/testevs.c +++ b/test/testevs.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2004 MontaVista Software, Inc. - * Copyright (c) 2006-2008 Red Hat, Inc. + * Copyright (c) 2006-2009 Red Hat, Inc. * * All rights reserved. * @@ -44,7 +44,7 @@ #include <corosync/corotypes.h> #include <corosync/evs.h> -char *delivery_string; +static const char *delivery_string; int deliveries = 0; void evs_deliver_fn ( -- 1.6.2.rc1.285.gc5f54 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
