diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-12 16:08:34 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-12 16:08:41 +0900 |
commit | d08de9e4ac117490e1bc53b587ee68681ef0fbe9 (patch) | |
tree | bbdfdce6b64019f81a4bc6422fbaeaefd696fb7c /src/ip6addr.h | |
parent | 219639ccc0b123b3770c799a8f050bce7836378e (diff) | |
download | dnsmasq-d08de9e4ac117490e1bc53b587ee68681ef0fbe9.tar.gz dnsmasq-d08de9e4ac117490e1bc53b587ee68681ef0fbe9.tar.bz2 dnsmasq-d08de9e4ac117490e1bc53b587ee68681ef0fbe9.zip |
Imported Upstream version 2.86upstream/2.86
Change-Id: Ia335f0d8b027f8471c52e8dfdab59f3680422f10
Diffstat (limited to 'src/ip6addr.h')
-rw-r--r-- | src/ip6addr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ip6addr.h b/src/ip6addr.h index 352b330..6388c7d 100644 --- a/src/ip6addr.h +++ b/src/ip6addr.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2020 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,4 +31,3 @@ && ((__const uint32_t *) (a))[1] == 0 \ && ((__const uint32_t *) (a))[2] == 0 \ && ((__const uint32_t *) (a))[3] == 0) - |