gnupg-1.0.6.patch 451 B

123456789101112
  1. --- include/ttyio.h.orig Fri May 25 08:42:50 2001
  2. +++ include/ttyio.h Fri Jun 8 22:12:12 2001
  3. @@ -24,7 +24,7 @@
  4. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )
  5. void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2)));
  6. #else
  7. - void tty_printf const char *fmt, ... );
  8. + void tty_printf (const char *fmt, ... );
  9. #endif
  10. void tty_print_string( byte *p, size_t n );
  11. void tty_print_utf8_string( byte *p, size_t n );