diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
commit | 5171bc9b11192d9ad273db7854787eaa65eb9997 (patch) | |
tree | b872a53605ef14ae76de1104afb4be189d1a958a /libntp/recvbuff.c | |
parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) | |
download | src-5171bc9b11192d9ad273db7854787eaa65eb9997.tar.gz src-5171bc9b11192d9ad273db7854787eaa65eb9997.zip |
Import ntp-4.2.8p14.vendor/ntp/4.2.8p14
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=358616
svn path=/vendor/ntp/4.2.8p14/; revision=358617; tag=vendor/ntp/4.2.8p14
Diffstat (limited to 'libntp/recvbuff.c')
-rw-r--r-- | libntp/recvbuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libntp/recvbuff.c b/libntp/recvbuff.c index a3c41a04dc2e..573fdb2f9209 100644 --- a/libntp/recvbuff.c +++ b/libntp/recvbuff.c @@ -226,7 +226,6 @@ get_full_recv_buffer(void) LOCK(); -#ifdef HAVE_SIGNALED_IO /* * make sure there are free buffers when we * wander off to do lengthy packet processing with @@ -241,7 +240,6 @@ get_full_recv_buffer(void) */ create_buffers(RECV_INC); } -#endif /* * try to grab a full buffer |