REORG: buffer: rename buffer.c to dynbuf.c
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 07:26:59 +0000 (09:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 07:26:59 +0000 (09:26 +0200)
commit739879a23be7d63155bba3198fed9dc6628f6647
treedf3c75c2cbdc7dcbad1c47d0997f20d4853ac122
parentdb6fe694b3ed7c7683d610ecf58449949cd1782e
REORG: buffer: rename buffer.c to dynbuf.c

The include part was renamed by commit 2741c8c but I somehow missed
the renaming of the C file, whose name didn't match the H file anymore.
Makefile
src/dynbuf.c [moved from src/buffer.c with 100% similarity]