EHOSTDOWN not needed for Haiku

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-11-07 20:09:10 +00:00
parent 2c8cfe2dfc
commit e970946333

View File

@ -16,8 +16,10 @@
#define printf dprintf
#endif
#ifndef __HAIKU__
/* Not really sure if this is safe... */
#define EHOSTDOWN (B_POSIX_ERROR_BASE + 45)
#endif
/* These are GCC only, so we'll need PPC version eventually... */
struct quehead {