From 5b7a3e43e0bc31663ebe78c65e55c6834cca15b9 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Fri, 12 Nov 2010 18:46:02 -0500 Subject: [PATCH] Rename dhcpc.c to ndhc.c. --- ndhc/CMakeLists.txt | 2 +- ndhc/{dhcpc.c => ndhc.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ndhc/{dhcpc.c => ndhc.c} (100%) diff --git a/ndhc/CMakeLists.txt b/ndhc/CMakeLists.txt index 51897b6..4e821f6 100644 --- a/ndhc/CMakeLists.txt +++ b/ndhc/CMakeLists.txt @@ -8,7 +8,7 @@ set(NDHC_SRCS packet.c script.c clientpacket.c - dhcpc.c + ndhc.c ) add_executable(ndhc ${NDHC_SRCS}) diff --git a/ndhc/dhcpc.c b/ndhc/ndhc.c similarity index 100% rename from ndhc/dhcpc.c rename to ndhc/ndhc.c