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

update copyright notice

This commit is contained in:
Automatic Updater
2008-06-04 23:47:11 +00:00
parent ba291c35f7
commit 97c432334e

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium. * Copyright (C) 1998-2002 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: socket.h,v 1.73 2008/06/04 22:32:53 jreed Exp $ */ /* $Id: socket.h,v 1.74 2008/06/04 23:47:11 tbox Exp $ */
#ifndef ISC_SOCKET_H #ifndef ISC_SOCKET_H
#define ISC_SOCKET_H 1 #define ISC_SOCKET_H 1
@@ -780,7 +780,7 @@ isc_socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active);
isc_result_t isc_result_t
isc_socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm, isc_socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm,
isc_uint32_t owner, isc_uint32_t group); isc_uint32_t owner, isc_uint32_t group);
/*%< /*%<
* Set ownership and file permissions on the UNIX domain socket. * Set ownership and file permissions on the UNIX domain socket.
* *