aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 03:18:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 03:18:50 +0000
commitdb536f0537548e9917a322e42c91082b74ab1446 (patch)
tree0bc6189825e564c818eb255787319ea45935581d /x11-clocks
parent7c56ecfa5c1c72ea8ab4430cba3aa230281d2f4b (diff)
downloadports-db536f0537548e9917a322e42c91082b74ab1446.tar.gz
ports-db536f0537548e9917a322e42c91082b74ab1446.zip
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/bbdate/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/bbdate/files/patch-aa b/x11-clocks/bbdate/files/patch-aa
new file mode 100644
index 000000000000..bb52d6494472
--- /dev/null
+++ b/x11-clocks/bbdate/files/patch-aa
@@ -0,0 +1,11 @@
+--- LinkedList.hh.orig Fri Sep 6 20:17:41 2002
++++ LinkedList.hh Fri Sep 6 20:17:47 2002
+@@ -63,7 +63,7 @@
+ int elements;
+ __llist_node *_first, *_last;
+
+- friend __llist_iterator;
++ friend class __llist_iterator;
+
+
+ protected: