summaryrefslogtreecommitdiff
path: root/devel/bcc/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bcc/patches/patch-ah')
-rw-r--r--devel/bcc/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/bcc/patches/patch-ah b/devel/bcc/patches/patch-ah
new file mode 100644
index 00000000000..d43473a2852
--- /dev/null
+++ b/devel/bcc/patches/patch-ah
@@ -0,0 +1,13 @@
+--- as/genlist.c.orig Thu Jul 16 18:38:43 1998
++++ as/genlist.c Thu Jul 16 19:56:53 1998
+@@ -186,8 +186,8 @@
+ {
+ if (!listpre)
+ {
+- if (errcount || list.current && (!macflag || mcount != 0) ||
+- macflag && maclist.current)
++ if (errcount || (list.current && (!macflag || mcount != 0)) ||
++ (macflag && maclist.current))
+ list1(lstfil);
+ if (errcount)
+ {