[Commits] [SCM] claws branch, master, updated. 3.16.0-155-g80bbfd1
mones at claws-mail.org
mones at claws-mail.org
Sun May 6 11:45:12 CEST 2018
The branch, master has been updated
via 80bbfd169b74736b4b01e28700949b6d62df494a (commit)
from a9b219b3c46c56042206e699344f0d486e0c615d (commit)
Summary of changes:
src/procmsg.c | 5 ++---
src/procmsg.h | 7 +++----
2 files changed, 5 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 80bbfd169b74736b4b01e28700949b6d62df494a
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun May 6 11:37:44 2018 +0200
Fix warning: ‘struct sockaddr’ declared inside…
By including our utils.h instead of spamassassin homonymous file.
In file included from ../../../src/procmsg.h:32:0,
from spamassassin.c:42:
./utils.h:124:47: warning: ‘struct sockaddr’ declared inside parameter list will not be visible outside of this definition or declaration
int timeout_connect (int sockfd, const struct sockaddr *serv_addr, size_t addrlen);
^~~~~~~~
diff --git a/src/procmsg.c b/src/procmsg.c
index 3137f5f..3e989dd 100644
--- a/src/procmsg.c
+++ b/src/procmsg.c
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2018 Hiroyuki Yamamoto and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include "defs.h"
diff --git a/src/procmsg.h b/src/procmsg.h
index 0f46515..d1cb479 100644
--- a/src/procmsg.h
+++ b/src/procmsg.h
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2018 Hiroyuki Yamamoto and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __PROCMSG_H__
@@ -29,7 +28,7 @@
#include <time.h>
#include <sys/types.h>
#include <string.h>
-#include "utils.h"
+#include "common/utils.h"
#include "proctypes.h"
#define MSG_NEW (1U << 0)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list