From 0b3fb0379d82041e4d54e6db65291eef235f025b Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 11 Jul 2017 01:47:26 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/client.c | 2 +- lib/isc/include/isc/socket.h | 2 +- lib/isc/unix/socket.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/named/client.c b/bin/named/client.c index e541edc6c1..227b4fe1ce 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index 4916674a8c..465d861899 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 2d89f191bd..edf1419dc2 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -1434,7 +1434,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev, cmsgp->cmsg_len = cmsg_len(sizeof(struct in6_pktinfo)); pktinfop = (struct in6_pktinfo *)CMSG_DATA(cmsgp); memmove(pktinfop, &dev->pktinfo, sizeof(struct in6_pktinfo)); - } + } #endif #if defined(IPV6_USE_MIN_MTU)