|
Link Here
|
|
|
1 |
--- src/ptlib/unix/socket.cxx.orig 2009-12-12 11:42:03.000000000 +0800 |
| 2 |
+++ src/ptlib/unix/socket.cxx 2009-12-12 11:46:09.000000000 +0800 |
| 3 |
@@ -1144,10 +1144,6 @@ PBoolean process_rtentry(struct rt_msghd |
| 4 |
if ((~rtm->rtm_flags&RTF_LLINFO) |
| 5 |
#if defined(P_NETBSD) || defined(P_QNX) |
| 6 |
&& (~rtm->rtm_flags&RTF_CLONED) // Net BSD has flag one way |
| 7 |
-#elif !defined(P_OPENBSD) |
| 8 |
- && (~rtm->rtm_flags&RTF_WASCLONED) // Free BSD/MAC has it another |
| 9 |
-#else |
| 10 |
- // Open BSD does not have it at all! |
| 11 |
#endif |
| 12 |
) { |
| 13 |
|