]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Merge remote branch 'fsorig/master'
authorMoises Silva <moy@sangoma.com>
Thu, 9 Dec 2010 03:41:51 +0000 (22:41 -0500)
committerMoises Silva <moy@sangoma.com>
Thu, 9 Dec 2010 03:41:51 +0000 (22:41 -0500)
Conflicts:
libs/freetdm/src/testsangomaboost.c

1  2 
libs/freetdm/src/testsangomaboost.c

index 84ff28783075a3936227be68022e66dfe476ec8d,61b7c47ddd04aad3de62e761b8a0a1d340024fed..e9042eef1757a17d8a7596e6cbf051ef3850fd04
  #include <stdlib.h>
  #include <string.h>
  #include <errno.h>
- #ifdef __linux__
- #ifndef __USE_BSD
+ #if defined(__linux__) && !defined(__USE_BSD)
  #define __USE_BSD
 +#endif
  #include <unistd.h>
  #endif
  #include "freetdm.h"