RDI on OpenBSD

Richard Earnshaw rearnsha@arm.com
Thu Apr 4 01:54:00 GMT 2002


 /* A temporary sop to older compilers */
-#if defined (__NetBSD__) || defined (unix)
+#if defined (__unix__) || defined (unix)
 #  ifndef __unix              /* (good for long-term portability?)  */

This is wrong.  NetBSD doesn't define "__unix__" or "unix".  Hence the 
original test.

R.



More information about the Gdb-patches mailing list