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:
parent
2c8cfe2dfc
commit
e970946333
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user