libnetfilter_cthelper: add patch for uclinux tuple
[buildroot-gz.git] / package / zeromq / zeromq-0001-test-collect-delay-end-of-line.patch
blob6a1a6551df6097c3fd1f429d73081641e7743b9f
1 test_connect_delay: add missing newline at end of file
3 Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
4 Backported-from: https://github.com/zeromq/zeromq3-x/commit/143ae519b4a325bb68d29e6f7e00cb98a440dd12
6 diff --git a/tests/test_connect_delay.cpp b/tests/test_connect_delay.cpp
7 --- a/tests/test_connect_delay.cpp
8 +++ b/tests/test_connect_delay.cpp
9 @@ -257,4 +257,4 @@ int main (void)
11 rc = zmq_ctx_destroy(context2);
12 assert (rc == 0);
14 \ No newline at end of file