$OpenBSD: patch-libgnomevfs_gnome-vfs-utils_c,v 1.1 2004/02/22 05:34:26 marcm Exp $
--- libgnomevfs/gnome-vfs-utils.c.orig	2004-02-07 23:07:16.000000000 -0800
+++ libgnomevfs/gnome-vfs-utils.c	2004-02-07 23:07:25.000000000 -0800
@@ -821,10 +821,6 @@ gnome_vfs_get_volume_free_space (const G
 			return gnome_vfs_result_from_errno ();
 		}
 		
-		/* linux/ncp_fs.h: NCP_SUPER_MAGIC == 0x564c */
-		if (statfs_buffer2.f_type == 0x564c) {
-			return GNOME_VFS_ERROR_NOT_SUPPORTED;
-		}
 	}
 
 	block_size = statfs_buffer.f_bsize; 
