nopcap.c - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       nopcap.c (164B)
       ---
            1 #include        "u.h"
            2 #include        "lib.h"
            3 #include        "mem.h"
            4 #include        "dat.h"
            5 #include        "fns.h"
            6 
            7 void
            8 etherpcaplink(void)
            9 {
           10         iprint("ve: virtual pcap device not compiled\n");
           11 }