commit c9ed52730b352448c7c644f6942d310dd3509bf6
parent 08e793723cad1c7aed2e8cb16c8592aba5ad05e9
Author: Russ Cox <rsc@swtch.com>
Date: Mon, 17 Nov 2014 11:21:06 -0500
cmd: rename *.C to *.c
These were *.C back in 2003, before the 9 script, to avoid conflicts
with the system utilities. A later change renamed them, but that
change seems to have been lost during the hg->git conversion
because I ran the conversion on a case-insensitive file system.
Change-Id: Id32c99cb9571ef0e185c3cc9e8c8d6d5b48ca195
Diffstat:
4 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/cmd/du.C b/src/cmd/du.c
diff --git a/src/cmd/ls.C b/src/cmd/ls.c
diff --git a/src/cmd/md5sum.C b/src/cmd/md5sum.c
diff --git a/src/cmd/mkdir.C b/src/cmd/mkdir.c