[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-52-gdb78290fe
mones at claws-mail.org
mones at claws-mail.org
Thu Feb 15 11:47:42 UTC 2024
The branch, gtk2 has been updated
via db78290fe46f86602effe0c68cb8028f512e0e7e (commit)
from d5fc05dd1c6db7e857fcbe89bef7bb74cde72597 (commit)
Summary of changes:
src/etpan/nntp-thread.c | 3 ---
1 file changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit db78290fe46f86602effe0c68cb8028f512e0e7e
Author: Olaf Hering <olaf at aepfle.de>
Date: Thu Feb 15 12:47:08 2024 +0100
Remove inclusion of sys/socket.h from nntp-thread.c
Nothing in this file uses declarations or defines from this header.
It looks like copy&paste from imap-thread.c in commit
81fd89ef633cec2d54b3cff170127cd8d88f544d
Signed-off-by: Olaf Hering <olaf at aepfle.de>
diff --git a/src/etpan/nntp-thread.c b/src/etpan/nntp-thread.c
index 76020ca66..5119e34ab 100644
--- a/src/etpan/nntp-thread.c
+++ b/src/etpan/nntp-thread.c
@@ -29,9 +29,6 @@
#include "news.h"
#include <sys/types.h>
#include <sys/stat.h>
-#if (defined(__DragonFly__) || defined (__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__CYGWIN__))
-#include <sys/socket.h>
-#endif
#include <fcntl.h>
#ifndef G_OS_WIN32
#include <sys/mman.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list