summaryrefslogtreecommitdiff
path: root/sysutils/gtop/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gtop/patches/patch-ab')
-rw-r--r--sysutils/gtop/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/gtop/patches/patch-ab b/sysutils/gtop/patches/patch-ab
deleted file mode 100644
index 83a13d2b394..00000000000
--- a/sysutils/gtop/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/09/30 22:03:40 mycroft Exp $
-
---- main.c.orig 2001-02-27 14:41:29.000000000 +0000
-+++ main.c 2003-09-30 22:01:36.000000000 +0000
-@@ -149,7 +149,7 @@
- GNOMEUIINFO_END
- };
-
--#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &gtop_properties. ## y ##))
-+#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, &gtop_properties.y))
-
- void
- gtop_quit (void)