2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2493. [bug] The linux capabilites code was not correctly cleaning

up after itself. [RT #18767]
This commit is contained in:
Mark Andrews
2008-11-14 05:24:11 +00:00
parent ef4eed2a2a
commit da2d57c8cf
3 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.62 2007/06/19 23:47:18 tbox Exp $
# $Id: Makefile.in,v 1.63 2008/11/14 05:24:11 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -35,7 +35,7 @@ HEADERS = app.h assertions.h base64.h bitstring.h boolean.h buffer.h \
lfsr.h lib.h list.h log.h \
magic.h md5.h mem.h msgcat.h msgs.h \
mutexblock.h netaddr.h ondestroy.h os.h parseint.h \
print.h quota.h random.h ratelimiter.h \
print.h quota.h radix.h random.h ratelimiter.h \
refcount.h region.h resource.h \
result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \
sockaddr.h socket.h stdio.h stdlib.h string.h \