renaming wrappers.h to syscall_wrappers.h

pull/2/merge
Volker Birk 2015-03-06 09:14:05 +01:00
parent 72640f6a10
commit 0d32d30e49
27 changed files with 30 additions and 27 deletions

View File

@ -60,7 +60,7 @@
# include <arpa/inet.h>
#endif
#include "wrappers.h"
#include "syscall_wrappers.h"
int libetpan_deliver_sigpipe = 0;

View File

@ -58,7 +58,7 @@
#endif
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
/* ********************************************************************** */

View File

@ -80,7 +80,7 @@
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
struct mailstream_cancel_internal {
#ifdef LIBETPAN_REENTRANT

View File

@ -64,7 +64,7 @@
#include "mailstream_compress.h"
#include "mailstream_cancel.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
#define LOG_FILE "libetpan-stream-debug.log"

View File

@ -71,7 +71,7 @@
#include "mailstream_cancel.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
struct mailstream_socket_data {
int fd;

View File

@ -100,7 +100,7 @@
#include "mmapstring.h"
#include "mailstream_cancel.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
struct mailstream_ssl_context
{

View File

@ -57,7 +57,7 @@
#endif
#endif
#include "wrappers.h"
#include "syscall_wrappers.h"
#define MMAPSTRING_MAX(a, b) ((a) > (b) ? (a) : (b))
#define MMAPSTRING_MIN(a, b) ((a) < (b) ? (a) : (b))

View File

@ -1,4 +1,5 @@
#pragma once
#ifndef __SYSCALL_WRAPPERS_H__
#define __SYSCALL_WRAPPERS_H__
#include <errno.h>
#include <stdarg.h>
@ -324,3 +325,5 @@ static inline pid_t Waitpid(pid_t pid, int *stat_loc, int options)
#endif
#endif // __SYSCALL_WRAPPERS_H__

View File

@ -53,7 +53,7 @@
#include <stdlib.h>
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
static int imap_initialize(mailmessage * msg_info);

View File

@ -62,7 +62,7 @@
#include <stdlib.h>
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
static int get_flags(mailmessage * msg_info,
struct mail_flags ** result);

View File

@ -62,7 +62,7 @@
# include "win_etpan.h"
#endif
#include "wrappers.h"
#include "syscall_wrappers.h"
static int get_flags(mailmessage * msg_info,
struct mail_flags ** result);

View File

@ -67,7 +67,7 @@
#include "mboxdriver_cached_message.h"
#include "libetpan-config.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
static int mboxdriver_cached_initialize(mailsession * session);

View File

@ -61,7 +61,7 @@
#include "mhdriver_message.h"
#include "mailmessage.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
static int mhdriver_initialize(mailsession * session);

View File

@ -68,7 +68,7 @@
#include "mhdriver_tools.h"
#include "mailmessage.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
static int mhdriver_cached_initialize(mailsession * session);

View File

@ -64,7 +64,7 @@
# include "win_etpan.h"
#endif
#include "wrappers.h"
#include "syscall_wrappers.h"
int mhdriver_mh_error_to_mail_error(int error)
{

View File

@ -69,7 +69,7 @@
#include "nntpdriver_cached_message.h"
#include "nntpdriver_tools.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
static int nntpdriver_cached_initialize(mailsession * session);

View File

@ -63,7 +63,7 @@
#include "maildriver.h"
#include "connect.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
/* tools */

View File

@ -54,7 +54,7 @@
#include "mailstream_cfstream.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_IMAP_PORT 143
#define SERVICE_NAME_IMAP "imap2"

View File

@ -54,7 +54,7 @@
#include "mailstream_cfstream.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_IMAPS_PORT 993
#define SERVICE_NAME_IMAPS "imaps"

View File

@ -59,7 +59,7 @@
#include <libgen.h>
#endif
#include "wrappers.h"
#include "syscall_wrappers.h"
/*
We suppose the maildir mailbox remains on one unique filesystem.

View File

@ -63,7 +63,7 @@
#include "mailmbox_parse.h"
#include "maillock.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
#if 0
#define CRLF_BADNESS

View File

@ -70,7 +70,7 @@ sys 0m0.110s
#include "libetpan-config.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
struct mailmh * mailmh_new(const char * foldername)
{

View File

@ -60,7 +60,7 @@
#include "mailmime_content.h"
#include "mailmime_types_helper.h"
#include "wrappers.h"
#include "syscall_wrappers.h"
#define MAX_MAIL_COL 78

View File

@ -52,7 +52,7 @@
#endif
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_NNTP_PORT 119
#define SERVICE_NAME_NNTP "nntp"

View File

@ -51,7 +51,7 @@
#endif
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_NNTPS_PORT 563
#define SERVICE_NAME_NNTPS "nntps"

View File

@ -52,7 +52,7 @@
#include <stdlib.h>
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_POP3_PORT 110
#define SERVICE_NAME_POP3 "pop3"

View File

@ -52,7 +52,7 @@
#include <stdlib.h>
#include <errno.h>
#include "wrappers.h"
#include "syscall_wrappers.h"
#define DEFAULT_POP3S_PORT 995
#define SERVICE_NAME_POP3S "pop3s"