From 7dc4e69ca20b6f46295e049f44e29e490c199997 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 15 Jan 2014 19:47:08 -0800 Subject: [PATCH] [master] Handle an absent resolv.conf file better Add relnote and update copyright --- RELNOTES | 3 +++ omapip/isclib.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELNOTES b/RELNOTES index 7b2ad72c8..8db18d05c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -160,6 +160,9 @@ work on other platforms. Please report any problems and suggested fixes to and our website for directions on bug submissions. [ISC-Bugs #24789] +- Handle an absent resolv.conf file better. + [ISC-Bugs #35194] + Changes since 4.2.5 - Address static analysis warnings. diff --git a/omapip/isclib.c b/omapip/isclib.c index 4a0ce0538..671b321ba 100644 --- a/omapip/isclib.c +++ b/omapip/isclib.c @@ -1,5 +1,5 @@ /* - * Copyright(c) 2009-2010,2013 by Internet Systems Consortium, Inc.("ISC") + * Copyright(c) 2009-2010,2013-2014 by Internet Systems Consortium, Inc.("ISC") * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- 2.39.5