efd8d25dff
battery plugin (spotted by mikeb@) - use SUBST_CMD
11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
$OpenBSD: apm-patch-src_aapm_h,v 1.3 2008/08/21 07:34:07 ajacoutot Exp $
|
|
--- src/aapm.h.orig Fri Oct 5 15:58:15 2007
|
|
+++ src/aapm.h Fri Oct 5 15:58:47 2007
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-#if defined(linux) || (defined (__FreeBSD__) && defined(i386)) || (defined(__NetBSD__) && defined(i386))
|
|
+#if defined(linux) || (defined (__FreeBSD__) && defined(i386)) || (defined(__NetBSD__) && defined(i386)) || defined(__OpenBSD__)
|
|
|
|
#include "ywindow.h"
|
|
#include "ytimer.h"
|