]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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]

index d77900931b79769e3a3e3f928a0d7699a32454c7..04bf8a590cbc66773726382a11813ea4b1159885 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -811,7 +811,7 @@ OBJS = src/mux_fcgi.o src/mux_h1.o src/mux_h2.o src/backend.o                 \
        src/lb_map.o src/eb32sctree.o src/ebistree.o src/h1.o                  \
        src/sha1.o src/http.o src/fd.o src/ev_select.o src/chunk.o             \
        src/hash.o src/hpack-dec.o src/freq_ctr.o src/http_acl.o               \
-       src/buffer.o src/uri_auth.o src/protocol.o src/auth.o                  \
+       src/dynbuf.o src/uri_auth.o src/protocol.o src/auth.o                  \
        src/ebsttree.o src/pipe.o src/hpack-enc.o src/fcgi.o                   \
        src/eb64tree.o src/dict.o src/shctx.o src/ebimtree.o                   \
        src/eb32tree.o src/ebtree.o src/dgram.o                                \
similarity index 100%
rename from src/buffer.c
rename to src/dynbuf.c