aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-07 11:36:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-07 13:35:14 +0100
commit3dfe8a1705528a964b7328db9cc9eb29d30ec2cc (patch)
treeef47817af1e1b3dfdd2858aa3586fa60cc23b6b2 /debian
parente2f34d588c710db809da6bcfc9a85f3f09468201 (diff)
nat: sizeof char * != sizeof char[], make the code work on 64bit systems
The test cases were failing on 64bit systems because the sizeof code operated on the pointer size which is 8 and longer than the size that was intended to be used for comparing it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 101e2c4e5..608867dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openbsc (0.12.0+git26-7) unstable; urgency=low
+
+ * 64bit fix for the MGCP rewriting
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 07 Nov 2012 11:39:34 +0100
+
openbsc (0.12.0+git26-6) precise; urgency=low
* Added init script for osmocom-sgsn.