]> git.ipfire.org Git - thirdparty/rsync.git/commit
make lots of global variables `const`
authorMax Kellermann <max.kellermann@gmail.com>
Tue, 25 Mar 2025 14:13:43 +0000 (15:13 +0100)
committerAndrew Tridgell <andrew@tridgell.net>
Sat, 23 Aug 2025 07:31:40 +0000 (17:31 +1000)
commitb6457bbc839b2e02e7fd34ad5c1ddd7f23ee02d3
tree67f7e63f878321c13a25507fd547299d2cc7b9c4
parent1807ce485a4ea020489ddad5032ee931f3446752
make lots of global variables `const`

This way, they can live in `.rodata` and the compiler is allowed to do
certain optimizations.
batch.c
daemon-parm.awk
flist.c
io.c
lib/md5.c
loadparm.c
main.c
options.c
tls.c
wildtest.c