Last modification was wrong. The declaration of h_errno was needed to compile libnet.so.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5058 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4790079584
commit
0fe962a8b1
@ -21,6 +21,7 @@ extern "C" {
|
||||
#define NO_DATA 4
|
||||
|
||||
#ifndef h_errno
|
||||
extern int h_errno;
|
||||
extern int *_h_errnop(void);
|
||||
#define h_errno (*_h_errnop())
|
||||
#endif /* h_errno */
|
||||
|
Loading…
Reference in New Issue
Block a user