From c99867c9e05dd31fce28ae16aad083e893514f5a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 3 Jun 2014 14:30:52 -0400 Subject: [PATCH] upas/common: rename aux to auxx TBR=rsc https://codereview.appspot.com/107760043 --- src/cmd/upas/common/{aux.c => auxx.c} | 0 src/cmd/upas/common/mkfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/cmd/upas/common/{aux.c => auxx.c} (100%) diff --git a/src/cmd/upas/common/aux.c b/src/cmd/upas/common/auxx.c similarity index 100% rename from src/cmd/upas/common/aux.c rename to 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\