From 019f643c693b4c6de3da78159d8c4507b924d93a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 19 Oct 2011 14:52:41 -0700 Subject: Fix a boatload of warnings in the examples. Autobuild-User: Jeremy Allison Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104 --- examples/libsmbclient/testacl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/libsmbclient/testacl.c') diff --git a/examples/libsmbclient/testacl.c b/examples/libsmbclient/testacl.c index a57dd4a499..b602c5b185 100644 --- a/examples/libsmbclient/testacl.c +++ b/examples/libsmbclient/testacl.c @@ -27,10 +27,10 @@ int main(int argc, const char *argv[]) int stat_and_retry = 0; int full_time_names = 0; enum acl_mode mode = SMB_ACL_LIST; - static char *the_acl = NULL; + static const char *the_acl = NULL; int ret; char *p; - char *debugstr; + const char *debugstr; char path[1024]; char value[1024]; poptContext pc; -- cgit