From 4d343838fefa75faeca13c7a144a6d8ac207261d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 10 Jul 2004 20:39:31 +0000 Subject: [PATCH] Renamed fb-printf to ff-printf to keep fastbuf front-ends and back-ends apart. --- lib/Makefile | 2 +- lib/{fb-printf.c => ff-printf.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{fb-printf.c => ff-printf.c} (100%) diff --git a/lib/Makefile b/lib/Makefile index 5297668f..d46c02e1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,7 @@ LIBSH_MODS=alloc alloc_str ctmatch db fastbuf fb-file fb-mem lists \ prime random realloc regex timer url wildmatch \ wordsplit str_ctype str_upper str_lower bucket conf object sorter \ finger proctitle ipaccess profile bitsig randomkey \ - hashfunc base64 base224 fb-temp fb-mmap fb-printf urlkey \ + hashfunc base64 base224 fb-temp fb-mmap ff-printf urlkey \ partmap fb-limfd fb-buffer mainloop exitstatus runcmd carefulio \ lizard lizard-safe sighandler buck2obj obj2buck \ unicode-utf8 ff-utf8 diff --git a/lib/fb-printf.c b/lib/ff-printf.c similarity index 100% rename from lib/fb-printf.c rename to lib/ff-printf.c -- 2.39.2