From 0ed16d99cb03871b27ebd58d72f4209f09bf4fea Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 26 Jul 2003 01:12:00 +0000 Subject: [PATCH] Fix some typos... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4080 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/net/new_stack/BUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/tests/kits/net/new_stack/BUILD b/src/tests/kits/net/new_stack/BUILD index 57692969bd..74135900d9 100644 --- a/src/tests/kits/net/new_stack/BUILD +++ b/src/tests/kits/net/new_stack/BUILD @@ -3,7 +3,7 @@ But, beware: - the net_server binary should be symlinked as _APP_ in each sub-drectories, so each module can be linked against it to find the kernel module API exported in this app. - the net_server will try to load the modules from a local add-ons folder, which should - be build by hand today: please symlink each module like this: + be setup by hands today: please symlink each module like this: net_server add-ons\ @@ -11,8 +11,10 @@ But, beware: memory_pool -> ../../memory_pool/memory_pool network\ stack -> ../../stack/stack - protocols\ - interfaces\ - ethernet -> ../../../ethernet/ethernet - loopback -> ../../../loopback/loopback + layers\ + protocols\ + arp -> ../../../../arp/arp + interfaces\ + ethernet -> ../../../../ethernet/ethernet + loopback -> ../../../../loopback/loopback