Skip to content

Commit 2ce1183

Browse files
author
mirnshi
committed
1. bad directory
git-svn-id: http://svn.code.sf.net/p/vpcs/code/trunk@77 285c826d-31ef-41a9-a5b6-d2a4949dcdf2
1 parent 0daaf76 commit 2ce1183

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src.drivers/freebsd/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
1. how to compile
22
cp if_utun.c /sys/net/.
3-
mkdir /sys/modules/utun
4-
cp Makefile /sys/modules/utun/.
5-
cd /sys/modules/utun
3+
mkdir /sys/modules/if_utun
4+
cp Makefile /sys/modules/if_utun/.
5+
cd /sys/modules/if_utun
66
make
77

88
2. how to load

src.drivers/freebsd/if_utun.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
*
2727
*/
2828

29-
/* utun, pseudo interface driver
29+
/* $Id$
30+
*
31+
* utun, pseudo interface driver
3032
* encapsulates the traffic into UDP packets.
3133
*
3234
* outgoing path

0 commit comments

Comments
 (0)