summaryrefslogtreecommitdiff
path: root/sysutils/libirman/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libirman/patches/patch-ad')
-rw-r--r--sysutils/libirman/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/libirman/patches/patch-ad b/sysutils/libirman/patches/patch-ad
new file mode 100644
index 00000000000..47c88ba1a52
--- /dev/null
+++ b/sysutils/libirman/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2002/06/14 20:38:41 abs Exp $
+
+--- test_name.c.orig Thu Feb 18 11:15:03 1999
++++ test_name.c
+@@ -18,6 +18,8 @@
+ char *name;
+ char *filename;
+
++ setlinebuf(stdout);
++
+ if (ir_init_commands(NULL, 1) < 0) {
+ fprintf(stderr, "error initialising commands: %s\n", strerror(errno));
+ exit(1);