diff options
Diffstat (limited to 'net/dgd/files/extrapatch-kernellib-net')
-rw-r--r-- | net/dgd/files/extrapatch-kernellib-net | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd/files/extrapatch-kernellib-net b/net/dgd/files/extrapatch-kernellib-net index 7cb125bc7a99..58e17128908c 100644 --- a/net/dgd/files/extrapatch-kernellib-net +++ b/net/dgd/files/extrapatch-kernellib-net @@ -48,7 +48,7 @@ # define BINARY_CONN ("/kernel" + CLONABLE_SUBDIR + "binary") # define API_USER ("/kernel" + INHERITABLE_SUBDIR + "api/user") -+ #ifdef __NETWORK_PACKAGE__ ++ #ifdef __NETWORK_EXTENSIONS__ + #define LIB_PORT "/kernel/lib/network/port" + #endif + @@ -60,7 +60,7 @@ *************** *** 1,2 **** --- 1,8 ---- -+ #ifdef __NETWORK_PACKAGE__ ++ #ifdef __NETWORK_EXTENSIONS__ + #ifndef SYS_NETWORKING + #define SYS_NETWORKING + #endif @@ -583,7 +583,7 @@ # include <kernel/access.h> # include <kernel/user.h> # include <kernel/tls.h> -+ # ifdef __NETWORK_PACKAGE__ ++ # ifdef __NETWORK_EXTENSIONS__ + # ifndef SYS_NETWORKING + # define SYS_NETWORKING + # endif |