diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-01-04 00:19:36 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-01-04 00:19:36 +0000 |
commit | 3568e27ec8774a212564c8d2bf6b3d9a19d4d571 (patch) | |
tree | 149da8fe309687665ed88dea3a5dec8fa9dfb6a6 /sys/src/cmd/rc/io.h | |
parent | 699d2e0ed94bd545bb3dd8c64a3922f56f273f0e (diff) |
rc: only have single instance of a symbol, extern in header (thanks mcf)
Diffstat (limited to 'sys/src/cmd/rc/io.h')
-rw-r--r-- | sys/src/cmd/rc/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/rc/io.h b/sys/src/cmd/rc/io.h index e9537ecb3..1c345810c 100644 --- a/sys/src/cmd/rc/io.h +++ b/sys/src/cmd/rc/io.h @@ -5,7 +5,6 @@ struct io{ unsigned char *buf, *bufp, *ebuf; io *next; }; -io *err; io *openiofd(int), *openiostr(void), *openiocore(void*, int); void pchr(io*, int); |