On Wed, Nov 28, 2007 at 06:14:09AM +0000, brian m. carlson wrote:
> Attached is a patch to fix this bug.

NMU attached.

Kind regards,
Philipp Kern
diff -u isdnutils-3.9.20060704/debian/changelog 
isdnutils-3.9.20060704/debian/changelog
--- isdnutils-3.9.20060704/debian/changelog
+++ isdnutils-3.9.20060704/debian/changelog
@@ -1,3 +1,10 @@
+isdnutils (1:3.9.20060704-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS because of size_t being undeclared. (Closes: #453165)
+
+ -- Philipp Kern <[EMAIL PROTECTED]>  Sat, 12 Jan 2008 10:29:12 +0100
+
 isdnutils (1:3.9.20060704-3) unstable; urgency=high
 
   * Fix critical bug, potential buffer overflow in capi_cmsg2str, patch from
only in patch2:
unchanged:
--- isdnutils-3.9.20060704.orig/capi20/capi20.h
+++ isdnutils-3.9.20060704/capi20/capi20.h
@@ -20,6 +20,7 @@
 #ifndef __CAPI20_H__
 #define __CAPI20_H__
 
+#include <stddef.h>
 #include <sys/time.h>
 
 #ifdef __cplusplus

Attachment: signature.asc
Description: Digital signature

Reply via email to