[Pkg-voip-commits] [bctoolbox] 25/57: add BCTCBX_ENOTCONN error

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:32 UTC 2017


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

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit 058967d340a97d7a4c155490398162b24c2ea399
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date:   Tue Jan 3 12:04:41 2017 +0100

    add BCTCBX_ENOTCONN error
---
 include/bctoolbox/port.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/bctoolbox/port.h b/include/bctoolbox/port.h
index 102ab2f..79266dc 100644
--- a/include/bctoolbox/port.h
+++ b/include/bctoolbox/port.h
@@ -77,6 +77,7 @@ typedef pthread_cond_t bctbx_cond_t;
 #define BCTBX_EINPROGRESS  EINPROGRESS
 #define BCTBX_ENETUNREACH  ENETUNREACH
 #define BCTBX_EHOSTUNREACH EHOSTUNREACH
+#define BCTBX_ENOTCONN     ENOTCONN
 
 #ifdef __cplusplus
 extern "C"
@@ -236,6 +237,7 @@ BCTBX_PUBLIC int __bctbx_WIN_inet_aton (const char * cp, struct in_addr * addr);
 #define BCTBX_EINPROGRESS  WSAEINPROGRESS
 #define BCTBX_ENETUNREACH  WSAENETUNREACH
 #define BCTBX_EHOSTUNREACH WSAEHOSTUNREACH
+#define BCTBX_ENOTCONN     WSAENOTCONN
 
 #if defined(_WIN32_WCE)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list