correct some signed/unsigned issues found by GCC 4 (bug #4237)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-05-15 03:21:51 +00:00
parent 977fd5a157
commit 6cd4f9a8d3
8 changed files with 15 additions and 15 deletions

View File

@@ -327,7 +327,7 @@ static void *listener(void *unused)
{
struct sockaddr_un sunaddr;
int s;
int len;
socklen_t len;
int x;
int flags;
struct pollfd fds[1];