Hi Gert,
On Wed, Dec 19, 2012 at 10:26:20PM +0100, Gert Doering wrote:
>
> On Mon, Dec 17, 2012 at 11:03:55PM +0100, Jeremie Le Hen wrote:
> > I thereby kindly ask you to bring this patch in the source tree. I
> > don't know about your release procedure, but it would b
Hi again,
I saw that 2.3-RC2 has been released. Any chance to get this committed
before the release?
Regards,
On Mon, Dec 17, 2012 at 11:03:55PM +0100, Jeremie Le Hen wrote:
> Hi!
>
> On non-Linux systems (that is I checked on FreeBSD, NetBSD, OpenBSD,
> DragonflyBSD, Darwin,
IS)
+ int ptos;
+#elif defined(TARGET_OPENBSD)
+ int ptos;
+#elif defined(TARGET_NETBSD)
+ int ptos;
+#elif defined(TARGET_FREEBSD)
+ int ptos;
+#elif defined(TARGET_DRAGONFLY)
+ int ptos;
+#elif defined(TARGET_DARWIN)
+ int ptos;
+#endif
bool ptos_defined;
#endif
Che