summaryrefslogtreecommitdiff
path: root/sysutils/gentoo/patches/patch-aa
blob: ef728f8e6d756504a431956461825233b08bf24b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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);