diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-19 15:50:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-19 15:50:30 +0100 |
commit | ba20914d0158f7d5551785b1382efeaae98919cb (patch) | |
tree | 8fd94411980fdcdd8954acd13266caf25aa16267 /sys/src/cmd/acme/dat.h | |
parent | c7fc69bd6a965a4cb8eca7c9d4a069fb271c68e2 (diff) |
acme: use global user string variable instead of getuser()
Diffstat (limited to 'sys/src/cmd/acme/dat.h')
-rw-r--r-- | sys/src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/acme/dat.h b/sys/src/cmd/acme/dat.h index 4739acc49..dfdb2413c 100644 --- a/sys/src/cmd/acme/dat.h +++ b/sys/src/cmd/acme/dat.h @@ -538,6 +538,7 @@ Column *activecol; Buffer snarfbuf; Rectangle nullrect; int fsyspid; +char *user; char *cputype; char *objtype; char *home; |