[Commits] [SCM] claws branch, master, updated. 4.2.0-53-g3c09756b3
mones at claws-mail.org
mones at claws-mail.org
Thu Feb 15 11:47:43 UTC 2024
The branch, master has been updated
via 3c09756b316066f098ed5d0671ef0cf89ec42999 (commit)
from 38c61b17980e22106fc09d4e440054256a0b8df7 (commit)
Summary of changes:
src/etpan/nntp-thread.c | 3 ---
1 file changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3c09756b316066f098ed5d0671ef0cf89ec42999
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