diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-02-24 23:08:03 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-02-24 23:08:03 +0000 |
| commit | cb6deecc455ddb2a6a83cedaafc576838587d217 (patch) | |
| tree | b1ef6ea611515c18da988ee2a368939d2eb8f1be /emu/port/dat.h | |
| parent | 39f1a17d6a1f530b723b42717a2c14db6a25cf16 (diff) | |
20110224-2305
Diffstat (limited to 'emu/port/dat.h')
| -rw-r--r-- | emu/port/dat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emu/port/dat.h b/emu/port/dat.h index b245b61c..a0881050 100644 --- a/emu/port/dat.h +++ b/emu/port/dat.h @@ -37,6 +37,8 @@ typedef struct Walkqid Walkqid; #undef NAMELEN #undef ERRLEN +#include "emu.h" + #pragma incomplete Queue #pragma incomplete Mntrpc @@ -269,7 +271,6 @@ struct Pgrp QLock nsh; Mhead* mnthash[MNTHASH]; int progmode; - int privatemem; /* deny access to /prog by debuggers */ Chan* dot; Chan* slash; int nodevs; |
