diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-12 16:43:03 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2022-01-12 16:49:46 +0900 |
commit | aff4fe95c96ee39f595d743b29245b5813bdece1 (patch) | |
tree | 424758e17c91dfd12845449a2061cf5cf2627b65 /src/ip6addr.h | |
parent | 9a9940fac7c8116d02571a84692e25396a4cfcfc (diff) | |
parent | d08de9e4ac117490e1bc53b587ee68681ef0fbe9 (diff) | |
download | dnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.tar.gz dnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.tar.bz2 dnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.zip |
Merge tag 'upstream/2.86' into tizentizen_7.0_m2_releasesubmit/tizen/20220113.081517accepted/tizen/unified/20220117.134951accepted/tizen/7.0/unified/hotfix/20221116.110714accepted/tizen/7.0/unified/20221110.061034tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: I8c4bbd0b37b8789579fb2e3ac4cdfb7472a9a114
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) - |