0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Sysdep: moved socket code into a separate file

This commit is contained in:
Maria Matejka 2024-08-22 18:55:53 +02:00
parent 6485a74a5c
commit bb183c9d0c
3 changed files with 1929 additions and 1875 deletions

View File

@ -1,4 +1,4 @@
src := alloc.c io.c io-loop.c krt.c log.c main.c random.c domain.c
src := alloc.c io.c io-loop.c krt.c log.c main.c random.c domain.c socket.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)

File diff suppressed because it is too large Load Diff

1924
sysdep/unix/socket.c Normal file

File diff suppressed because it is too large Load Diff