diff options
author | Russ Cox <rsc@swtch.com> | 2014-06-03 14:30:52 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2014-06-03 14:30:52 -0400 |
commit | c99867c9e05dd31fce28ae16aad083e893514f5a (patch) | |
tree | f8dcb8bf7839bb216a3b6fd722f82bb44e1928d4 /src/cmd/upas | |
parent | fbe3f344c14d002316338a38d35f7227e94f2844 (diff) | |
download | plan9port-c99867c9e05dd31fce28ae16aad083e893514f5a.tar.gz plan9port-c99867c9e05dd31fce28ae16aad083e893514f5a.tar.bz2 plan9port-c99867c9e05dd31fce28ae16aad083e893514f5a.zip |
upas/common: rename aux to auxx
TBR=rsc
https://codereview.appspot.com/107760043
Diffstat (limited to 'src/cmd/upas')
-rw-r--r-- | src/cmd/upas/common/auxx.c (renamed from src/cmd/upas/common/aux.c) | 0 | ||||
-rw-r--r-- | src/cmd/upas/common/mkfile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/common/aux.c b/src/cmd/upas/common/auxx.c index 6e8001ca..6e8001ca 100644 --- a/src/cmd/upas/common/aux.c +++ b/src/cmd/upas/common/auxx.c diff --git a/src/cmd/upas/common/mkfile b/src/cmd/upas/common/mkfile index 5cd01233..8b70c2b5 100644 --- a/src/cmd/upas/common/mkfile +++ b/src/cmd/upas/common/mkfile @@ -4,7 +4,7 @@ LIB=libcommon.a OFILES=\ appendfiletombox.$O\ - aux.$O\ + auxx.$O\ config.$O\ libsys.$O\ mail.$O\ |