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) | |
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 a3c41a04dc2e0..573fdb2f92096 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 | 
