iax tweak for netbsd

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2918 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-01 21:55:52 +00:00
parent d1ab8a446f
commit df6f6f2f2b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#pragma warning(disable:4200)
#endif
#ifndef LINUX
#if !defined(LINUX) && !defined(NETBSD)
#define socklen_t int
#endif