diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-20 20:43:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-21 09:36:22 +1000 |
commit | d18491a7bdad69b8035eb7cda4d203cb792742f6 (patch) | |
tree | 40bebfd86ab9c7868577f31e0da192d72aa81ff9 /lib | |
parent | f83fca1c576e094e2a852cc466bd9110c05fe731 (diff) | |
download | samba-d18491a7bdad69b8035eb7cda4d203cb792742f6.tar.gz samba-d18491a7bdad69b8035eb7cda4d203cb792742f6.tar.xz samba-d18491a7bdad69b8035eb7cda4d203cb792742f6.zip |
lib/util: allow parmlist.c to compile under s3 includes.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/parmlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/parmlist.c b/lib/util/parmlist.c index 6658fa7e33..0f2f3af8ee 100644 --- a/lib/util/parmlist.c +++ b/lib/util/parmlist.c @@ -20,6 +20,8 @@ #include "../lib/util/dlinklist.h" #include "../lib/util/parmlist.h" +#undef strcasecmp + struct parmlist_entry *parmlist_get(struct parmlist *ctx, const char *name) { struct parmlist_entry *e; |