From 91676aba5041ffeb9a9b6ce3b2984deba704cbb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 14 Nov 2000 23:37:10 +0000 Subject: [PATCH] provide errno by way of errno.h --- lib/isc/unix/errno2result.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/isc/unix/errno2result.h b/lib/isc/unix/errno2result.h index af7ff31c0e..15e685587b 100644 --- a/lib/isc/unix/errno2result.h +++ b/lib/isc/unix/errno2result.h @@ -15,13 +15,15 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.h,v 1.5 2000/08/01 01:31:15 tale Exp $ */ +/* $Id: errno2result.h,v 1.6 2000/11/14 23:37:10 tale Exp $ */ #ifndef UNIX_ERRNO2RESULT_H #define UNIX_ERRNO2RESULT_H 1 /* XXXDCL this should be moved to lib/isc/include/isc/errno2result.h. */ +#include /* Provides errno. */ + #include #include