mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-12 22:28:44 +00:00
ddf698ec99
Some [redacted] (yes, myself) had a really bad idea to rename nest/route.h to nest/rt.h while refactoring some data structures out of it. This led to unnecessarily complex problems with merging updates from v2. Reverting this change to make my life a bit easier. At least it needed only one find-sed command: find -name '*.[chlY]' -type f -exec sed -i 's#nest/rt.h#nest/route.h#' '{}' + |
||
---|---|---|
.. | ||
alloc_test.c | ||
alloc.c | ||
config.Y | ||
Doc | ||
domain.c | ||
endian.h | ||
io-loop.c | ||
io-loop.h | ||
io.c | ||
krt.c | ||
krt.h | ||
krt.Y | ||
log.c | ||
main.c | ||
Makefile | ||
random.c | ||
unix.h |