[v9_9] isc_errno_toresult()
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050]
(cherry picked from commit ddef16e1d9)
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.14 2009/12/05 23:31:41 each Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
@@ -27,11 +25,11 @@ CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
# Alphabetically
|
||||
OBJS = condition.@O@ dir.@O@ file.@O@ fsaccess.@O@ once.@O@ \
|
||||
stdtime.@O@ thread.@O@ time.@O@
|
||||
OBJS = condition.@O@ dir.@O@ errno.@O@ file.@O@ fsaccess.@O@ \
|
||||
once.@O@ stdtime.@O@ thread.@O@ time.@O@
|
||||
|
||||
# Alphabetically
|
||||
SRCS = condition.c dir.c file.c once.c fsaccess.c \
|
||||
SRCS = condition.c dir.c errno.c file.c once.c fsaccess.c \
|
||||
stdtime.c thread.c time.c
|
||||
|
||||
SUBDIRS = include
|
||||
|
||||
Reference in New Issue
Block a user