Cleaned up the net_stack_driver a little bit, so it is more usable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15500 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald 2005-12-11 20:09:47 +00:00
parent aa782b3ed6
commit 8a1a2b3aa9
3 changed files with 298 additions and 421 deletions

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src add-ons kernel drivers network stack ;
SetSubDirSupportedPlatformsBeOSCompatible ;
if $(TARGET_PLATFORM) != haiku {
if ( $(TARGET_PLATFORM) != haiku ) {
UseHeaders [ FStandardOSHeaders ] : true ;
# Needed for <drivers/Select.h> and maybe other stuff.
UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
@ -11,7 +11,6 @@ if $(TARGET_PLATFORM) != haiku {
}
UsePrivateHeaders net ;
UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared libkernelppp headers ] ;
# a) Userland stack version:

View File

@ -26,7 +26,6 @@
// Private includes
#include <net_stack_driver.h>
// #include <PPPControl.h> // for NET_STACK_CONTROL_NET_MODULE PPP support...
#include <userland_ipc.h>
#include <sys/sockio.h>

File diff suppressed because it is too large Load Diff