]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
iax tweak for netbsd
authorMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 21:55:52 +0000 (21:55 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 21:55:52 +0000 (21:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2918 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/iax/src/iax-client.h

index 533e1978a0728b32d148c44397e6f39edf52c4fc..d0a260cfbb36703e23f77e50c53bf9d33841655d 100644 (file)
@@ -23,7 +23,7 @@
 #pragma warning(disable:4200)
 #endif
 
-#ifndef LINUX
+#if !defined(LINUX) && !defined(NETBSD)
 #define socklen_t int
 #endif