diff options
Diffstat (limited to 'sysutils/xosview/patches/patch-ar')
-rw-r--r-- | sysutils/xosview/patches/patch-ar | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/xosview/patches/patch-ar b/sysutils/xosview/patches/patch-ar new file mode 100644 index 00000000000..235a43e1d8d --- /dev/null +++ b/sysutils/xosview/patches/patch-ar @@ -0,0 +1,9 @@ +$NetBSD: patch-ar,v 1.1 2003/10/01 01:14:35 christos Exp $ + +--- llist.cc.orig 2003-09-30 20:46:58.000000000 -0400 ++++ llist.cc 2003-09-30 20:47:04.000000000 -0400 +@@ -8,3 +8,3 @@ + // +-#include <iostream.h> ++#include <iostream> + #include "general.h" |