summaryrefslogtreecommitdiff
path: root/net/dgd/files/extrapatch-kernellib-net
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-03-07 00:35:58 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-03-07 00:35:58 +0000
commit10ffd5c302d6e9e28fd6b6f6df30228e323a4e60 (patch)
treebe49c4dc8dc388ed202b070643b2bf08329be8f6 /net/dgd/files/extrapatch-kernellib-net
parentUpdate to 0.8.0 (diff)
. Update to dgd 1.4.1.
Notes
Notes: svn path=/head/; revision=250641
Diffstat (limited to 'net/dgd/files/extrapatch-kernellib-net')
-rw-r--r--net/dgd/files/extrapatch-kernellib-net6
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