Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-09-17 03:39:57 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-09-17 03:39:57 +0400
commitb81ff08b0ce5b99768f04c17002005bad5e20c07 (patch)
tree4cba796c6de01aeb93251589bfe21fe5288cfcaa /upnpsoap.c
parent44f26df01df3ad565be9b9aa7df918f4b2bbeb5e (diff)
* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
* Switch to autoconf from genconfig.sh.
Diffstat (limited to 'upnpsoap.c')
-rw-r--r--upnpsoap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upnpsoap.c b/upnpsoap.c
index 2b2e8af..9141da1 100644
--- a/upnpsoap.c
+++ b/upnpsoap.c
@@ -353,7 +353,7 @@ static u_int32_t
set_filter_flags(char * filter, struct upnphttp *h)
{
char *item, *saveptr = NULL;
- u_int32_t flags = 0;
+ uint32_t flags = 0;
if( !filter || (strlen(filter) <= 1) )
return 0xFFFFFFFF;