summaryrefslogtreecommitdiff
path: root/time/asclock-xlib/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-30 20:38:06 +0000
committerrillig <rillig@pkgsrc.org>2007-11-30 20:38:06 +0000
commit84ab38246ea038a80488e1af182e6b3978a4ced3 (patch)
tree19e0b57f5660cd84bcb4ecd98d5a332f96afe067 /time/asclock-xlib/patches
parent81735cab9aaf110990a5170c51f16ab9aadaf192 (diff)
downloadpkgsrc-84ab38246ea038a80488e1af182e6b3978a4ced3.tar.gz
Fixed "static after extern".
Diffstat (limited to 'time/asclock-xlib/patches')
-rw-r--r--time/asclock-xlib/patches/patch-ad24
1 files changed, 24 insertions, 0 deletions
diff --git a/time/asclock-xlib/patches/patch-ad b/time/asclock-xlib/patches/patch-ad
new file mode 100644
index 00000000000..f0b67ac822e
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-ad
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1 2007/11/30 20:41:10 rillig Exp $
+
+The image data is not used anywhere.
+
+--- asclock.h.orig 1999-03-14 23:08:08.000000000 +0000
++++ asclock.h 2007-11-30 20:39:16.000000000 +0000
+@@ -37,17 +37,6 @@ extern symbol config_symbols[];
+ #define MAX_PATH_LEN 512
+ #define INT_TYPE 0;
+
+-/* the xpm data */
+-extern char *clock_xpm[];
+-extern char *month_xpm[];
+-extern char *weekday_xpm[];
+-extern char *led_xpm[];
+-extern char *date_xpm[];
+-extern char *hour_xpm[];
+-extern char *minute_xpm[];
+-extern char *second_xpm[];
+-extern char *beats_xpm[];
+-
+ /* the filenames */
+ extern char clock_xpm_fn[MAX_PATH_LEN];
+ extern char month_xpm_fn[MAX_PATH_LEN];