aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-20 12:47:28 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-20 12:47:28 -0700
commit25f01e69f946c37a74de8646a3cd047f849885bc (patch)
tree556ce0b924fb38e9f97eb7dc0e57a0acc56d66cc /sys/cmd/cc/cc.h
parent3d20d19ed2bad7ab673b0855ebca86e6bba1880e (diff)
small renaming
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index 685dce2..b45c5fa 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -374,7 +374,7 @@ enum
struct Io
{
- io·Buffer buf;
+ io·Buffer rdr;
string path;
uint32 kind;
union {