add note about libpcapdev to the README - vx32 - Local 9vx git repository for patches.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit e2951a5c94a02f06dc14b9a9b904d62bb62a59d8
 (DIR) parent 3a74af48ba01d46c5ee1ebd156a53868c5b5fff8
 (HTM) Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
       Date:   Thu,  2 Sep 2010 00:09:07 +0200
       
       add note about libpcapdev to the README
       
       Diffstat:
         src/9vx/README                      |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/9vx/README b/src/9vx/README
       @@ -97,4 +97,9 @@ incompatibility between libkse (the implementation of pthreads)
        and libvx32.  FreeBSD 7 replaced libkse with a new thread library
        tthat is just great.
        
       +COMPILATION ERRORS?
       +The libpcap development libraries are needed to compile this
       +version of 9vx. Alternatively, set PLAN9PCAP to nopcap in the
       +Makefrag file.
       +