tupas/common: rename aux to auxx - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c99867c9e05dd31fce28ae16aad083e893514f5a
(DIR) parent fbe3f344c14d002316338a38d35f7227e94f2844
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Tue, 3 Jun 2014 14:30:52 -0400
upas/common: rename aux to auxx
TBR=rsc
https://codereview.appspot.com/107760043
Diffstat:
R src/cmd/upas/common/aux.c -> src/c… | 0
M src/cmd/upas/common/mkfile | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/upas/common/aux.c b/src/cmd/upas/common/auxx.c
(DIR) diff --git a/src/cmd/upas/common/mkfile b/src/cmd/upas/common/mkfile
t@@ -4,7 +4,7 @@ LIB=libcommon.a
OFILES=\
appendfiletombox.$O\
- aux.$O\
+ auxx.$O\
config.$O\
libsys.$O\
mail.$O\