From 39a2a83116a9238b78d15a1b657519694852a295 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 9 Oct 2006 19:00:11 +0000 Subject: [PATCH] otp -> pad --- src/Makefile | 2 +- src/{otp.c => pad.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{otp.c => pad.c} (100%) diff --git a/src/Makefile b/src/Makefile index 7364d70..f14a372 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ SRC = test.c \ log.c \ xpath.c \ hal.c \ - otp.c \ + pad.c \ volume.c \ device.c OBJ = $(SRC:.c=.o) diff --git a/src/otp.c b/src/pad.c similarity index 100% rename from src/otp.c rename to src/pad.c