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:
Axel Dörfler 2007-04-10 15:01:22 +00:00
parent 5f2316263f
commit e163e8f3a0
1 changed files with 3 additions and 3 deletions

View File

@ -138,11 +138,11 @@ main(int argc, char *argv[])
int ch;
#ifndef __BEOS__
u_long ultmp;
# if defined(IPPROTO_IP) && defined(IP_TOS)
int tos = -1;
# endif
char *ep;
#endif
#if defined(IPPROTO_IP) && defined(IP_TOS)
int tos = -1;
#endif
pfrontp = pbackp = ptyobuf;
netip = netibuf;