Fixed build (IP_TOS is defined now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -138,11 +138,11 @@ main(int argc, char *argv[])
|
|||||||
int ch;
|
int ch;
|
||||||
#ifndef __BEOS__
|
#ifndef __BEOS__
|
||||||
u_long ultmp;
|
u_long ultmp;
|
||||||
# if defined(IPPROTO_IP) && defined(IP_TOS)
|
|
||||||
int tos = -1;
|
|
||||||
# endif
|
|
||||||
char *ep;
|
char *ep;
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(IPPROTO_IP) && defined(IP_TOS)
|
||||||
|
int tos = -1;
|
||||||
|
#endif
|
||||||
|
|
||||||
pfrontp = pbackp = ptyobuf;
|
pfrontp = pbackp = ptyobuf;
|
||||||
netip = netibuf;
|
netip = netibuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user