[PATCH] portability fixes for 1.0.6
Joe Orton
jorton at redhat.com
Tue Nov 6 18:10:02 CET 2001
Hi, some minor portability fixes for 1.0.6 are below.
Submitted by: Joe Orton and Gary Benson
The empty line in po/POTFILES.in means a confused Makefile is produced
on IRIX.
--- po/POTFILES.in.orig Tue Oct 9 10:58:18 2001
+++ po/POTFILES.in Tue Oct 9 10:58:24 2001
@@ -48,4 +48,3 @@
g10/seskey.c
g10/delkey.c
g10/helptext.c
-
And fix a typo for non-GCC platforms:
--- gnupg-1.0.6-vanilla/include/ttyio.h Fri May 25 07:42:50 2001
+++ gnupg-1.0.6/include/ttyio.h Fri May 25 07:42:50 2001
@@ -24,7 +24,7 @@
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )
void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2)));
#else
- void tty_printf const char *fmt, ... );
+ void tty_printf (const char *fmt, ... );
#endif
void tty_print_string( byte *p, size_t n );
void tty_print_utf8_string( byte *p, size_t n );
More information about the Gnupg-devel
mailing list