On Tue, Jun 21, 2011 at 02:10:15PM +0200, Ivana Hutarova Varekova wrote:
> This patch fixes minor typo in api.c variable definition
> 
> Signed-off-by: Ivana Hutarova Varekova <varek...@redhat.com>
> ---
> 
>  src/api.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/api.c b/src/api.c
> index d5022c2..d8bfd93 100644
> --- a/src/api.c
> +++ b/src/api.c
> @@ -86,7 +86,7 @@ __thread char *cg_namespace_table[CG_CONTROLLER_MAX];
>  pthread_rwlock_t cg_mount_table_lock = PTHREAD_RWLOCK_INITIALIZER;
>  struct cg_mount_table_s cg_mount_table[CG_CONTROLLER_MAX];
>  
> -const char const *cgroup_strerror_codes[] = {
> +const char *cgroup_strerror_codes[] = {
>       "Cgroup is not compiled in",
>       "Cgroup is not mounted",
>       "Cgroup does not exist",
> 
>

I am back with limited access (hint broadband setup pending).
What issues did you see with the const char const *? 

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to