plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

stdinc.h (172B)


      1 #include <u.h>
      2 #include <libc.h>
      3 #include <libsec.h>
      4 #include <thread.h>
      5 #ifdef PLAN9PORT
      6 #include <9pclient.h>
      7 #endif
      8 
      9 #include "venti.h"
     10 #include "vac.h"
     11 #include "fs.h"