Re: Taketoshi Sano in <[EMAIL PROTECTED]> > Ah..., sorry, no. Maybe it will need other weeks. > I hope to clean up my pending Debian tasks before the end of this year, > but if someone can help me by NMU, I'll appreciate it.
Hi,
here's the NMU diff:
debdiff xpostit_3.3.1-8.dsc /srv/pbuilder/result/xpostit_3.3.1-8.1.dsc
util.c | 1 -
xpostit-3.3.1/debian/changelog | 7 +++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff -u xpostit-3.3.1/debian/changelog xpostit-3.3.1/debian/changelog
--- xpostit-3.3.1/debian/changelog
+++ xpostit-3.3.1/debian/changelog
@@ -1,3 +1,10 @@
+xpostit (3.3.1-8.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * util.c: Fix FTBFS with gcc >= 3.4 (Closes: #259938).
+
+ -- Christoph Berg <[EMAIL PROTECTED]> Thu, 10 Nov 2005 17:56:16 +0100
+
xpostit (3.3.1-8) unstable; urgency=low
* I don't know why, but XFree86 4.2 seems to solve the problem.
only in patch2:
unchanged:
--- xpostit-3.3.1.orig/util.c
+++ xpostit-3.3.1/util.c
@@ -129,7 +129,6 @@
SafeAlloc(nbytes)
register int nbytes;
{
- char *malloc();
register char *s;
if ((s = malloc(nbytes)) == NULL) {
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

