View | Details | Raw Unified | Return to bug 129363
Collapse All | Expand All

(-)tests/Proactor_Test.cpp (-1 / +1 lines)
Lines 253-259 Link Here
253
      break;
253
      break;
254
#  endif /* sun */
254
#  endif /* sun */
255
255
256
#  if !defined(__Lynx__)
256
#  if !defined(__Lynx__) && !defined (__FreeBSD__)
257
    case CB:
257
    case CB:
258
      ACE_NEW_RETURN (proactor_impl,
258
      ACE_NEW_RETURN (proactor_impl,
259
                      ACE_POSIX_CB_Proactor (max_op),
259
                      ACE_POSIX_CB_Proactor (max_op),
(-)tests/Proactor_Test_IPV6.cpp (-1 / +1 lines)
Lines 253-259 Link Here
253
      break;
253
      break;
254
#  endif /* sun */
254
#  endif /* sun */
255
255
256
#  if !defined(__Lynx__)
256
#  if !defined(__Lynx__) && !defined(__FreeBSD__)
257
    case CB:
257
    case CB:
258
      ACE_NEW_RETURN (proactor_impl,
258
      ACE_NEW_RETURN (proactor_impl,
259
                      ACE_POSIX_CB_Proactor (max_op),
259
                      ACE_POSIX_CB_Proactor (max_op),

Return to bug 129363