<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c">f9626b29</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2015-12-18T18:47:03Z</i>
</div>
<pre class='commit-message'>Nuke libisc/include/isc/platform.h</pre>
</li>
</ul>
<h4>13 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
include/isc/mem.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
libisc/include/isc/assertions.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
libisc/include/isc/error.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-3'>
libisc/include/isc/log.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-4'>
libisc/include/isc/md5.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-5'>
libisc/include/isc/once.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-6'>
<span class='deleted-file'>

libisc/include/isc/platform.h
</span>
</a>
</li>
<li class='file-stats'>
<a href='#diff-7'>
<span class='deleted-file'>

libisc/include/isc/platform.h.in
</span>
</a>
</li>
<li class='file-stats'>
<a href='#diff-8'>
libisc/include/isc/sha1.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-9'>
libisc/md5.c
</a>
</li>
<li class='file-stats'>
<a href='#diff-10'>
libisc/sha1.c
</a>
</li>
<li class='file-stats'>
<a href='#diff-11'>
libisc/unix/include/isc/net.h
</a>
</li>
<li class='file-stats'>
<a href='#diff-12'>
libisc/win32/include/isc/net.h
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-0'>
<strong>
include/isc/mem.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/include/isc/mem.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/include/isc/mem.h
</span><span style="color: #aaaaaa">@@ -18,7 +18,6 @@
</span> #include <stdio.h>
 
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/types.h>
 
 #include <ntp_stdlib.h>
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-1'>
<strong>
libisc/include/isc/assertions.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/assertions.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/assertions.h
</span><span style="color: #aaaaaa">@@ -12,7 +12,6 @@
</span> #define GUARD_ISC_ASSERTIONS_H 1
 
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> 
 ISC_LANG_BEGINDECLS
 
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-2'>
<strong>
libisc/include/isc/error.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/error.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/error.h
</span><span style="color: #aaaaaa">@@ -14,7 +14,6 @@
</span> 
 #include <isc/formatcheck.h>
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> 
 ISC_LANG_BEGINDECLS
 
</code></pre>

<br>
</li>
<li id='diff-3'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-3'>
<strong>
libisc/include/isc/log.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/log.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/log.h
</span><span style="color: #aaaaaa">@@ -17,7 +17,6 @@
</span> 
 #include <isc/formatcheck.h>
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/types.h>
 
 /*@{*/
<span style="color: #aaaaaa">@@ -137,6 +136,8 @@ typedef union isc_logdestination {
</span>  * definitions with indexes into its isc_logcategory structure corresponding to
  * the order of the names.
  */
<span style="color: #000000;background-color: #ddffdd">+/* All that's left of isc/platform.h */
+#define LIBISC_EXTERNAL_DATA
</span> LIBISC_EXTERNAL_DATA extern isc_logcategory_t isc_categories[];
 LIBISC_EXTERNAL_DATA extern isc_log_t *isc_lctx;
 LIBISC_EXTERNAL_DATA extern isc_logmodule_t isc_modules[];
</code></pre>

<br>
</li>
<li id='diff-4'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-4'>
<strong>
libisc/include/isc/md5.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/md5.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/md5.h
</span><span style="color: #aaaaaa">@@ -30,7 +30,6 @@
</span> #define GUARD_ISC_MD5_H 1
 
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/types.h>
 
 #define ISC_MD5_DIGESTLENGTH 16U
</code></pre>

<br>
</li>
<li id='diff-5'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-5'>
<strong>
libisc/include/isc/once.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/once.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/once.h
</span><span style="color: #aaaaaa">@@ -12,7 +12,6 @@
</span> 
 #include <pthread.h>
 
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/result.h>
 
 typedef pthread_once_t isc_once_t;
</code></pre>

<br>
</li>
<li id='diff-6'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-6'>
<strong>
libisc/include/isc/platform.h
</strong>
deleted
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/platform.h
</span><span style="color: #000000;background-color: #ddffdd">+++ /dev/null
</span><span style="color: #aaaaaa">@@ -1,27 +0,0 @@
</span><span style="color: #000000;background-color: #ffdddd">-/*
- * Copyright (C) 1999-2001  Internet Software Consortium.
- * Copyright 2015 by the NTPsec project contributors
- * SPDX-License-Identifier: ISC
- */
-
-#ifndef GUARD_ISC_PLATFORM_H
-#define GUARD_ISC_PLATFORM_H 1
-
-
-#ifndef ISC_PLATFORM_USEDECLSPEC
-#define LIBISC_EXTERNAL_DATA
-#define LIBDNS_EXTERNAL_DATA
-#define LIBISCCC_EXTERNAL_DATA
-#define LIBISCCFG_EXTERNAL_DATA
-#define LIBBIND9_EXTERNAL_DATA
-#endif /* ISC_PLATFORM_USEDECLSPEC */
-
-/*
- * Tell emacs to use C mode for this file.
- *
- * Local Variables:
- * mode: c
- * End:
- */
-
-#endif /* GUARD_ISC_PLATFORM_H */
</span></code></pre>

<br>
</li>
<li id='diff-7'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-7'>
<strong>
libisc/include/isc/platform.h.in
</strong>
deleted
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/platform.h.in
</span><span style="color: #000000;background-color: #ddffdd">+++ /dev/null
</span><span style="color: #aaaaaa">@@ -1,345 +0,0 @@
</span><span style="color: #000000;background-color: #ffdddd">-/*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 1999-2003  Internet Software Consortium.
- * Copyright 2015 by the NTPsec project contributors
- * SPDX-License-Identifier: ISC
- */
-
-#ifndef ISC_PLATFORM_H
-#define ISC_PLATFORM_H 1
-
-/*! \file */
-
-/*****
- ***** Platform-dependent defines.
- *****/
-
-/***
- *** Network.
- ***/
-
-/*! \brief
- * Define if this system needs the <netinet/in6.h> header file included
- * for full IPv6 support (pretty much only UnixWare).
- */
-@ISC_PLATFORM_NEEDNETINETIN6H@
-
-/*! \brief
- * Define if this system needs the <netinet6/in6.h> header file included
- * to support in6_pkinfo (pretty much only BSD/OS).
- */
-@ISC_PLATFORM_NEEDNETINET6IN6H@
-
-/*! \brief
- * If sockaddrs on this system have an sa_len field, ISC_PLATFORM_HAVESALEN
- * will be defined.
- */
-@ISC_PLATFORM_HAVESALEN@
-
-/*! \brief
- * If this system has the IPv6 structure definitions, ISC_PLATFORM_HAVEIPV6
- * will be defined.
- */
-@ISC_PLATFORM_HAVEIPV6@
-
-/*! \brief
- * If this system is missing in6addr_any, ISC_PLATFORM_NEEDIN6ADDRANY will
- * be defined.
- */
-@ISC_PLATFORM_NEEDIN6ADDRANY@
-
-/*! \brief
- * If this system is missing in6addr_loopback, ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
- * will be defined.
- */
-@ISC_PLATFORM_NEEDIN6ADDRLOOPBACK@
-
-/*! \brief
- * If this system has in6_pktinfo, ISC_PLATFORM_HAVEIN6PKTINFO will be
- * defined.
- */
-@ISC_PLATFORM_HAVEIN6PKTINFO@
-
-/*! \brief
- * If this system has in_addr6, rather than in6_addr, ISC_PLATFORM_HAVEINADDR6
- * will be defined.
- */
-@ISC_PLATFORM_HAVEINADDR6@
-
-/*! \brief
- * If this system has sin6_scope_id, ISC_PLATFORM_HAVESCOPEID will be defined.
- */
-@ISC_PLATFORM_HAVESCOPEID@
-
-/*! \brief
- * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
- */
-@ISC_PLATFORM_NEEDPORTT@
-
-/*! \brief
- * Define if the system has struct lifconf which is a extended struct ifconf
- * for IPv6.
- */
-@ISC_PLATFORM_HAVELIFCONF@
-
-/*! \brief
- * Define if the system has struct if_laddrconf which is a extended struct
- * ifconf for IPv6.
- */
-@ISC_PLATFORM_HAVEIF_LADDRCONF@
-
-/*! \brief
- * Define if the system has struct if_laddrreq.
- */
-@ISC_PLATFORM_HAVEIF_LADDRREQ@
-
-/*! \brief
- * Define either ISC_PLATFORM_BSD44MSGHDR or ISC_PLATFORM_BSD43MSGHDR.
- */
-@ISC_PLATFORM_MSGHDRFLAVOR@
-
-/*! \brief
- * Define if the system supports if_nametoindex.
- */
-@ISC_PLATFORM_HAVEIFNAMETOINDEX@
-
-/*! \brief
- * Define on some UnixWare systems to fix erroneous definitions of various
- * IN6_IS_ADDR_* macros.
- */
-@ISC_PLATFORM_FIXIN6ISADDR@
-
-/*! \brief
- * Define if the system supports kqueue multiplexing
- */
-@ISC_PLATFORM_HAVEKQUEUE@
-
-/*! \brief
- * Define if the system supports epoll multiplexing
- */
-@ISC_PLATFORM_HAVEEPOLL@
-
-/*! \brief
- * Define if the system supports /dev/poll multiplexing
- */
-@ISC_PLATFORM_HAVEDEVPOLL@
-
-/*! \brief
- * Define if we want to log backtrace
- */
-@ISC_PLATFORM_USEBACKTRACE@
-
-/*
- *** Printing.
- ***/
-
-/*! \brief
- * If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF
- * will be defined.
- */
-@ISC_PLATFORM_NEEDVSNPRINTF@
-
-/*! \brief
- * If this system need a modern sprintf() that returns (int) not (char*).
- */
-@ISC_PLATFORM_NEEDSPRINTF@
-
-/*! \brief
- * The printf format string modifier to use with isc_uint64_t values.
- */
-@ISC_PLATFORM_QUADFORMAT@
-
-/***
- *** String functions.
- ***/
-/*
- * If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined.
- */
-@ISC_PLATFORM_NEEDSTRSEP@
-
-/*
- * If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined.
- */
-@ISC_PLATFORM_NEEDSTRLCPY@
-
-/*
- * If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined.
- */
-@ISC_PLATFORM_NEEDSTRLCAT@
-
-/*
- * Define if this system needs strtoul.
- */
-@ISC_PLATFORM_NEEDSTRTOUL@
-
-/*
- * Define if this system needs memmove.
- */
-@ISC_PLATFORM_NEEDMEMMOVE@
-
-/***
- *** Miscellaneous.
- ***/
-
-/*
- * Defined if we are using threads.
- */
-@ISC_PLATFORM_USETHREADS@
-
-/*
- * Defined if unistd.h does not cause fd_set to be delared.
- */
-@ISC_PLATFORM_NEEDSYSSELECTH@
-
-/*
- * Defined to <gssapi.h> or <gssapi/gssapi.h> for how to include
- * the GSSAPI header.
- */
-@ISC_PLATFORM_GSSAPIHEADER@
-
-/*
- * Defined to <gssapi_krb5.h> or <gssapi/gssapi_krb5.h> for how to
- * include the GSSAPI KRB5 header.
- */
-@ISC_PLATFORM_GSSAPI_KRB5_HEADER@
-
-/*
- * Defined to <krb5.h> or <krb5/krb5.h> for how to include
- * the KRB5 header.
- */
-@ISC_PLATFORM_KRB5HEADER@
-
-/*
- * Type used for resource limits.
- */
-@ISC_PLATFORM_RLIMITTYPE@
-
-/*
- * Define if your compiler supports "long long int".
- */
-@ISC_PLATFORM_HAVELONGLONG@
-
-/*
- * Define if PTHREAD_ONCE_INIT should be surrounded by braces to
- * prevent compiler warnings (such as with gcc on Solaris 2.8).
- */
-@ISC_PLATFORM_BRACEPTHREADONCEINIT@
-
-/*
- * Used to control how extern data is linked; needed for Win32 platforms.
- */
-@ISC_PLATFORM_USEDECLSPEC@
-
-/*
- * Define if the platform has <sys/un.h>.
- */
-@ISC_PLATFORM_HAVESYSUNH@
-
-/*
- * If the "xadd" operation is available on this architecture,
- * ISC_PLATFORM_HAVEXADD will be defined.
- */
-@ISC_PLATFORM_HAVEXADD@
-
-/*
- * If the "xaddq" operation (64bit xadd) is available on this architecture,
- * ISC_PLATFORM_HAVEXADDQ will be defined.
- */
-@ISC_PLATFORM_HAVEXADDQ@
-
-/*
- * If the "atomic swap" operation is available on this architecture,
- * ISC_PLATFORM_HAVEATOMICSTORE" will be defined.
- */
-@ISC_PLATFORM_HAVEATOMICSTORE@
-
-/*
- * If the "compare-and-exchange" operation is available on this architecture,
- * ISC_PLATFORM_HAVECMPXCHG will be defined.
- */
-@ISC_PLATFORM_HAVECMPXCHG@
-
-/*
- * Define if gcc ASM extension is available
- */
-@ISC_PLATFORM_USEGCCASM@
-
-/*
- * Define if Tru64 style ASM syntax must be used.
- */
-@ISC_PLATFORM_USEOSFASM@
-
-/*
- * Define if the standard __asm function must be used.
- */
-@ISC_PLATFORM_USESTDASM@
-
-/*
- * Define if the platform has <strings.h>.
- */
-@ISC_PLATFORM_HAVESTRINGSH@
-
-/*
- * Define if the hash functions must be provided by OpenSSL.
- */
-@ISC_PLATFORM_OPENSSLHASH@
-
-/*
- * Defines for the noreturn attribute.
- */
-@ISC_PLATFORM_NORETURN_PRE@
-@ISC_PLATFORM_NORETURN_POST@
-
-/***
- ***   Windows dll support.
- ***/
-
-/*
- * Define if MacOS style of PPC assembly must be used.
- * e.g. "r6", not "6", for register six.
- */
-@ISC_PLATFORM_USEMACASM@
-
-#ifndef ISC_PLATFORM_USEDECLSPEC
-#define LIBISC_EXTERNAL_DATA
-#define LIBDNS_EXTERNAL_DATA
-#define LIBISCCC_EXTERNAL_DATA
-#define LIBISCCFG_EXTERNAL_DATA
-#define LIBBIND9_EXTERNAL_DATA
-#else /*! \brief ISC_PLATFORM_USEDECLSPEC */
-#ifdef LIBISC_EXPORTS
-#define LIBISC_EXTERNAL_DATA __declspec(dllexport)
-#else
-#define LIBISC_EXTERNAL_DATA __declspec(dllimport)
-#endif
-#ifdef LIBDNS_EXPORTS
-#define LIBDNS_EXTERNAL_DATA __declspec(dllexport)
-#else
-#define LIBDNS_EXTERNAL_DATA __declspec(dllimport)
-#endif
-#ifdef LIBISCCC_EXPORTS
-#define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
-#else
-#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
-#endif
-#ifdef LIBISCCFG_EXPORTS
-#define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
-#else
-#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
-#endif
-#ifdef LIBBIND9_EXPORTS
-#define LIBBIND9_EXTERNAL_DATA __declspec(dllexport)
-#else
-#define LIBBIND9_EXTERNAL_DATA __declspec(dllimport)
-#endif
-#endif /*! \brief ISC_PLATFORM_USEDECLSPEC */
-
-/*
- * Tell emacs to use C mode for this file.
- *
- * Local Variables:
- * mode: c
- * End:
- */
-
-#endif /* ISC_PLATFORM_H */
</span></code></pre>

<br>
</li>
<li id='diff-8'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-8'>
<strong>
libisc/include/isc/sha1.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/include/isc/sha1.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/include/isc/sha1.h
</span><span style="color: #aaaaaa">@@ -15,7 +15,6 @@
</span>  */
 
 #include <isc/lang.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/types.h>
 
 #define ISC_SHA1_DIGESTLENGTH 20U
</code></pre>

<br>
</li>
<li id='diff-9'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-9'>
<strong>
libisc/md5.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/md5.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/md5.c
</span><span style="color: #aaaaaa">@@ -26,7 +26,6 @@
</span> 
 #include <isc/assertions.h>
 #include <isc/md5.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/types.h>
 #include <isc/util.h>
 
</code></pre>

<br>
</li>
<li id='diff-10'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-10'>
<strong>
libisc/sha1.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/sha1.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/sha1.c
</span><span style="color: #aaaaaa">@@ -25,7 +25,6 @@
</span> #include <string.h>
 
 #include <isc/assertions.h>
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> #include <isc/sha1.h>
 #include <isc/types.h>
 #include <isc/util.h>
</code></pre>

<br>
</li>
<li id='diff-11'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-11'>
<strong>
libisc/unix/include/isc/net.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/unix/include/isc/net.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/unix/include/isc/net.h
</span><span style="color: #aaaaaa">@@ -51,7 +51,6 @@
</span> /***
  *** Imports.
  ***/
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> 
 #include <sys/types.h>
 #include <sys/socket.h>          /* Contractual promise. */
</code></pre>

<br>
</li>
<li id='diff-12'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c#diff-12'>
<strong>
libisc/win32/include/isc/net.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libisc/win32/include/isc/net.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libisc/win32/include/isc/net.h
</span><span style="color: #aaaaaa">@@ -67,7 +67,6 @@
</span> /***
  *** Imports.
  ***/
<span style="color: #000000;background-color: #ffdddd">-#include <isc/platform.h>
</span> 
 /*
  * Because of some sort of problem in the MS header files, this cannot
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/f9626b29986457d82d76d3409093f97137d06e5c"}}</script>
</p>
</div>
</body>
</html>