openbsd-ports/security/gnupg/patches/patch-include_ttyio_h

13 lines
556 B
Plaintext
Raw Normal View History

$OpenBSD: patch-include_ttyio_h,v 1.1 2001/06/05 09:19:07 reinhard Exp $
--- include/ttyio.h.orig Fri May 25 08:42:50 2001
+++ include/ttyio.h Fri Jun 1 19:56:14 2001
@@ -24,7 +24,7 @@ int tty_batchmode( int onoff );
#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 );