From fab1248b37eb349c94ea3e0c66cb4eae2e004fd1 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 19 Feb 1997 10:51:10 +0000 Subject: [PATCH] select(2) has been deprecated in favor of poll(2). --- cf/netbsd.h | 3 +++ includes/cf/netbsd.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cf/netbsd.h b/cf/netbsd.h index 3d8e770c5..5512c58d0 100644 --- a/cf/netbsd.h +++ b/cf/netbsd.h @@ -89,3 +89,6 @@ extern int h_errno; #if defined (USE_DEFAULT_NETWORK) # define USE_BPF #endif + +#define USE_POLL +#include diff --git a/includes/cf/netbsd.h b/includes/cf/netbsd.h index 3d8e770c5..5512c58d0 100644 --- a/includes/cf/netbsd.h +++ b/includes/cf/netbsd.h @@ -89,3 +89,6 @@ extern int h_errno; #if defined (USE_DEFAULT_NETWORK) # define USE_BPF #endif + +#define USE_POLL +#include -- 2.47.3