diff options
Diffstat (limited to 'x11/kde4-runtime/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp')
-rw-r--r-- | x11/kde4-runtime/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kde4-runtime/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kde4-runtime/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp new file mode 100644 index 000000000000..5a6937d40f75 --- /dev/null +++ b/x11/kde4-runtime/files/extrapatch-kioslave_media_mediamanager-fstabbackend.cpp @@ -0,0 +1,10 @@ +--- kioslave/media/mediamanager/fstabbackend.cpp.orig Mon May 22 20:12:42 2006 ++++ kioslave/media/mediamanager/fstabbackend.cpp Fri Jun 16 08:56:20 2006 +@@ -111,6 +111,7 @@ + if ( mount->mountType() == "swap" + || mount->mountType() == "tmpfs" + || mount->mountType() == "sysfs" ++ || mount->mountType() == "fdescfs" + || mount->mountType() == "kernfs" + || mount->mountType() == "usbfs" + || mount->mountType().contains( "proc" ) |