--- Begin Message ---
Package: skk
Version: 10.47.2.p1u-1
glibc2.1 moved ndbm.h to db1/ndbm.h.
Greetings,
Christian
-- System Information
Debian Release: slink
Kernel Version: Linux koenig 2.0.35 #1 Mon Nov 16 11:00:30 CET 1998 sparc unknown
diff -u -r -N skk-10.47.2.p1u-old/debian/changelog skk-10.47.2.p1u/debian/changelog
--- skk-10.47.2.p1u-old/debian/changelog Fri Dec 4 17:15:37 1998
+++ skk-10.47.2.p1u/debian/changelog Fri Dec 4 17:15:54 1998
@@ -1,3 +1,10 @@
+skk (10.47.2.p1u-1.1) frozen unstable; urgency=low
+
+ * non maintainer, sparc only upload
+ * glibc2.1 moved ndbm.h to db1/ndbm.h
+
+ -- Christian Meder <meder@xxxxxxxxxxxxxxxxxxxx> Sat, 28 Nov 1998 00:05:58 +0100
+
skk (10.47.2.p1u-1) frozen unstable; urgency=medium
* Release For Debian slink.
diff -u -r -N skk-10.47.2.p1u-old/jisyo-tools/skkdic-expr.c skk-10.47.2.p1u/jisyo-tools/skkdic-expr.c
--- skk-10.47.2.p1u-old/jisyo-tools/skkdic-expr.c Thu Aug 21 14:20:28 1997
+++ skk-10.47.2.p1u/jisyo-tools/skkdic-expr.c Fri Dec 4 17:15:54 1998
@@ -22,7 +22,11 @@
*/
#include <stdio.h>
+#if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ > 0
+#include <db1/ndbm.h>
+#else
#include <ndbm.h>
+#endif
#include <errno.h>
#include <signal.h>
#include <fcntl.h>
--- End Message ---