This commit is contained in:
Russ Cox 2009-07-08 21:43:14 -07:00
commit 9b4a2324d3
13 changed files with 1140 additions and 7 deletions

View file

@ -206,6 +206,7 @@ struct Srv {
int leavefdsopen; /* magic for acme win */
int dotu;
int foreground; /* run in foreground */
int fake;
/* below is implementation-specific; don't use */
Fidpool* fpool;