pkgsrc/x11/bbapm/patches/patch-ae
jschauma 3cd989bc63 Initial import of x11/bbapm into pkgsrc.
bapm is an APM meter for Blackbox, which shows the battery status of your
laptop in a decorated window, simulating the look of the Blackbox toolbar.
bbapm is based on bbsload.
This package is based on the FreeBSD port and the OpenBSD patches posted
to http://bbtools.windsofstorm.net written by Michael Henson
(mike at axl dot net).  Various changes by yours truly.
2002-09-07 20:22:52 +00:00

13 lines
303 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2002/09/07 20:22:54 jschauma Exp $
--- LinkedList.hh.orig Fri Sep 6 20:14:52 2002
+++ LinkedList.hh Fri Sep 6 20:14:58 2002
@@ -63,7 +63,7 @@
int elements;
__llist_node *_first, *_last;
- friend __llist_iterator;
+ friend class __llist_iterator;
protected: