summaryrefslogtreecommitdiff
path: root/sysutils/gentoo/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gentoo/patches/patch-aa')
-rw-r--r--sysutils/gentoo/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa
deleted file mode 100644
index ef728f8e6d7..00000000000
--- a/sysutils/gentoo/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $
-
---- src/cfg_paths.c.orig Sat Sep 22 20:59:50 2001
-+++ src/cfg_paths.c
-@@ -151,7 +151,7 @@
- page->path[i].path = gtk_entry_new();
- gtk_signal_connect(GTK_OBJECT(page->path[i].path), "changed", GTK_SIGNAL_FUNC(evt_path_changed), (gpointer) page);
- gtk_table_attach_defaults(GTK_TABLE(page->ptable), page->path[i].path, 1, 2, i, i+1);
--#if defined __OpenBSD__ || defined __FreeBSD__
-+#if defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__
- /* Mountlist and mounted fs files are non-configurable on BSD systems. */
- if(i == 2 || i == 3)
- gtk_widget_set_sensitive(page->path[i].path, FALSE);