diff options
Diffstat (limited to 'sysutils/libirman/patches/patch-ac')
-rw-r--r-- | sysutils/libirman/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/libirman/patches/patch-ac b/sysutils/libirman/patches/patch-ac new file mode 100644 index 00000000000..edd95fc7860 --- /dev/null +++ b/sysutils/libirman/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/06/14 20:38:41 abs Exp $ + +--- test_io.c.orig Thu Feb 18 11:15:03 1999 ++++ test_io.c +@@ -17,6 +17,8 @@ + int datum; + int i; + ++ setlinebuf(stdout); ++ + if (argc < 2) { + fprintf(stderr, "usage: test_io device\n"); + fprintf(stderr, " where device is the serial port at which the infra red receiver resides\n"); |