mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add the compatibility definition for getdelim.c from netbsd.
We shouldn't actually need this code nearly anywhere we build: getdelim is POSIX, and mingw provides it.
This commit is contained in:
+1
-1
@@ -10,6 +10,7 @@ EXTHEADERS = \
|
||||
src/ext/tor_readpassphrase.h \
|
||||
src/ext/strlcat.c \
|
||||
src/ext/strlcpy.c \
|
||||
src/ext/getdelim.c \
|
||||
src/ext/tinytest_macros.h \
|
||||
src/ext/tor_queue.h \
|
||||
src/ext/siphash.h \
|
||||
@@ -173,4 +174,3 @@ EXTRA_DIST += \
|
||||
src/ext/timeouts/Makefile \
|
||||
src/ext/timeouts/Rules.shrc \
|
||||
src/ext/timeouts/test-timeout.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user