gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 05/08: Fixed return type for get_system_fdsetsize_value


From: gnunet
Subject: [libmicrohttpd] 05/08: Fixed return type for get_system_fdsetsize_value ()
Date: Sat, 14 May 2022 15:11:40 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 1d4a968e1b5262cfc15af8a44e5de940e3de0016
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat May 14 15:21:44 2022 +0300

    Fixed return type for get_system_fdsetsize_value ()
---
 src/microhttpd/sysfdsetsize.c | 2 +-
 src/microhttpd/sysfdsetsize.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/sysfdsetsize.c b/src/microhttpd/sysfdsetsize.c
index 8268e274..150d4a59 100644
--- a/src/microhttpd/sysfdsetsize.c
+++ b/src/microhttpd/sysfdsetsize.c
@@ -75,7 +75,7 @@
  * Get system default value of FD_SETSIZE
  * @return system default value of FD_SETSIZE
  */
-int
+unsigned int
 get_system_fdsetsize_value (void)
 {
   return FD_SETSIZE;
diff --git a/src/microhttpd/sysfdsetsize.h b/src/microhttpd/sysfdsetsize.h
index e3585b22..6b0e37d4 100644
--- a/src/microhttpd/sysfdsetsize.h
+++ b/src/microhttpd/sysfdsetsize.h
@@ -30,7 +30,7 @@
  * Get system default value of FD_SETSIZE
  * @return system default value of FD_SETSIZE
  */
-int
+unsigned int
 get_system_fdsetsize_value (void);
 
 #endif /* !SYSFDSETSIZE_H */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]