]> git.sur5r.net Git - openldap/commitdiff
Linux defines SYS_ERRLIST in stdio (doesn't everyone)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 12 Aug 1998 07:36:36 +0000 (07:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 12 Aug 1998 07:36:36 +0000 (07:36 +0000)
include/portable.h

index bcb787bebe373e37d504a724b40a897e2d80fdfe..0b855b1da084ccc1f8c005cf890c9b768a2a9f64 100644 (file)
  * Are sys_errlist and sys_nerr declared in stdio.h?
  */
 #ifndef SYSERRLIST_IN_STDIO
-#if defined( freebsd ) 
+#if defined( freebsd ) || defined( linux )
 #define SYSERRLIST_IN_STDIO
 #endif
 #endif