From 0e84826ebf4ded73d8bc4e75078823c5700a1682 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 17 Jan 2004 05:23:00 +0000 Subject: [PATCH] made 'buf' constant git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@633 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/vunify-matchlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/src/vunify-matchlist.h b/util-vserver/src/vunify-matchlist.h index 26d25e8..82db861 100644 --- a/util-vserver/src/vunify-matchlist.h +++ b/util-vserver/src/vunify-matchlist.h @@ -50,7 +50,7 @@ struct MatchList struct MatchItem *data; size_t count; - void **buf; + void const **buf; size_t buf_count; }; -- 1.8.1.5