summaryrefslogtreecommitdiff
path: root/lang/focal/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/focal/patches/patch-ab')
-rw-r--r--lang/focal/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/focal/patches/patch-ab b/lang/focal/patches/patch-ab
new file mode 100644
index 00000000000..73c196e45fa
--- /dev/null
+++ b/lang/focal/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/09 22:14:32 joerg Exp $
+
+--- focal2.c.orig 2006-01-09 22:06:20.000000000 +0000
++++ focal2.c
+@@ -138,7 +138,7 @@ void library()
+ || strcmp(de->d_name, ".") == 0
+ || strcmp(de->d_name, "..") == 0)
+ continue;
+- printf("%.*s\n", de->d_reclen, de->d_name);
++ printf("%.*s\n", de->d_namlen, de->d_name);
+ }
+ closedir(dp);
+ #else