]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix the previous commit.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 29 Dec 2024 01:26:28 +0000 (17:26 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 29 Dec 2024 01:26:28 +0000 (17:26 -0800)
Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00236.html>.

* doc/posix-functions/getservbyname.texi: Mention the Windows
declaration under "Portability problems fixed by Gnulib".
* doc/posix-functions/getservbyport.texi: Likewise.

ChangeLog
doc/posix-functions/getservbyname.texi
doc/posix-functions/getservbyport.texi

index 4c3d2a88daca6f4176e9ed3d0224bcc40b00e303..3dbab44698a681104ae2859057d12f8d6c73a836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2024-12-28  Collin Funk  <collin.funk1@gmail.com>
 
+       doc: Fix the previous commit.
+       Suggested by Bruno Haible in:
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00236.html>.
+       * doc/posix-functions/getservbyname.texi: Mention the Windows
+       declaration under "Portability problems fixed by Gnulib".
+       * doc/posix-functions/getservbyport.texi: Likewise.
+
        doc: Mention the servent module.
        * doc/posix-functions/getservbyname.texi: Document that the servent
        module will provide the declarations in netdb.h.
index d98a9e0a7abec99e091f511716bd0b311f0ba7d4..2e843fee1e14d5bedb29219913abefd1fae09a28 100644 (file)
@@ -8,9 +8,12 @@ Gnulib module: servent
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is declared in @code{<winsock2.h>} instead of @code{<netdb.h>}
+on some platforms:
+mingw, MSVC 14.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
 @end itemize
index 8c275fe64ab36692aa8bee4afa4037560f0c48b7..8d3a3da240347c4cba96eaa0ee134e3f409d35ef 100644 (file)
@@ -8,9 +8,12 @@ Gnulib module: servent
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is declared in @code{<winsock2.h>} instead of @code{<netdb.h>}
+on some platforms:
+mingw, MSVC 14.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
 @end itemize