summaryrefslogtreecommitdiffstats
path: root/contrib/ngatm/libngatm
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-08-11 12:17:54 +0000
committerharti <harti@FreeBSD.org>2004-08-11 12:17:54 +0000
commit5ef136b4eebda62e9759ddc4903621d0f62cb2d9 (patch)
tree0fd56205858c9e5e93a94056f3ff0e87ce19a371 /contrib/ngatm/libngatm
parent8fe16f09ebbe933c1b61c1c964f47b42483f4d92 (diff)
downloadFreeBSD-src-5ef136b4eebda62e9759ddc4903621d0f62cb2d9.zip
FreeBSD-src-5ef136b4eebda62e9759ddc4903621d0f62cb2d9.tar.gz
Virgin import of NgATM user part 1.1
Diffstat (limited to 'contrib/ngatm/libngatm')
-rw-r--r--contrib/ngatm/libngatm/cccust.h4
-rw-r--r--contrib/ngatm/libngatm/unicust.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/ngatm/libngatm/cccust.h b/contrib/ngatm/libngatm/cccust.h
index 6e6f30e..d67b120 100644
--- a/contrib/ngatm/libngatm/cccust.h
+++ b/contrib/ngatm/libngatm/cccust.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Begemot: libunimsg/libngatm/cccust.h,v 1.1 2004/07/08 08:35:37 brandt Exp $
+ * $Begemot: libunimsg/libngatm/cccust.h,v 1.2 2004/07/16 18:48:24 brandt Exp $
*
* Customisation of call control source to user space.
*/
@@ -45,3 +45,5 @@
#define CCMALLOC(S) (malloc((S)))
#define CCZALLOC(S) (calloc(1, (S)))
#define CCFREE(P) do { free(P); } while (0)
+
+#define CCGETERRNO() (errno)
diff --git a/contrib/ngatm/libngatm/unicust.h b/contrib/ngatm/libngatm/unicust.h
index d018b06..ff028a6 100644
--- a/contrib/ngatm/libngatm/unicust.h
+++ b/contrib/ngatm/libngatm/unicust.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/libunimsg/unicust.h,v 1.4 2003/09/19 13:10:35 hbb Exp $
+ * $Begemot: libunimsg/libngatm/unicust.h,v 1.4 2003/09/19 13:10:35 hbb Exp $
*
* Customisation of signalling source to user space.
*/
OpenPOWER on IntegriCloud