On 14:49 Mon 12 Oct , Smith, Stan wrote: > > How do you feel about replacing ifndef __WIN__ with ifdef __linux__ in other > situations?
He-he :) Don't like this: 1. The current porting is going from linux to windows and not otherwise. 2. 'ifndef __WIN__' is not the same as 'ifdef __LIN__' - there are a non-linux platforms with pretty compatible development tools (such as Solaris, MacOSX, couple of embedded-es, etc.). Sasha -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
