+patches
This commit is contained in:
parent
c3e047e90b
commit
91348afa36
13
x11/kde/base3/patches/patch-nsplugins_viewer_viewer_cpp
Normal file
13
x11/kde/base3/patches/patch-nsplugins_viewer_viewer_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-nsplugins_viewer_viewer_cpp,v 1.1 2005/11/29 14:01:48 espie Exp $
|
||||
--- nsplugins/viewer/viewer.cpp.orig Mon Nov 21 17:14:44 2005
|
||||
+++ nsplugins/viewer/viewer.cpp Mon Nov 21 17:16:58 2005
|
||||
@@ -205,6 +205,9 @@ bool qt_set_socket_handler( int sockfd,
|
||||
}
|
||||
#endif
|
||||
|
||||
+#if defined(__OpenBSD__) && !defined(RLIMIT_AS)
|
||||
+#define RLIMIT_AS RLIMIT_DATA
|
||||
+#endif
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
15
x11/kde/libs3/patches/patch-kioslave_file_file_cc
Normal file
15
x11/kde/libs3/patches/patch-kioslave_file_file_cc
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-kioslave_file_file_cc,v 1.1 2005/11/29 14:01:48 espie Exp $
|
||||
--- kioslave/file/file.cc.orig Mon Nov 21 12:59:13 2005
|
||||
+++ kioslave/file/file.cc Mon Nov 21 12:59:38 2005
|
||||
@@ -193,9 +193,11 @@ void FileProtocol::chmod( const KURL& ur
|
||||
case EACCES:
|
||||
error( KIO::ERR_ACCESS_DENIED, url.path() );
|
||||
break;
|
||||
+#if defined(ENOTSUP)
|
||||
case ENOTSUP:
|
||||
error( KIO::ERR_UNSUPPORTED_ACTION, url.path() );
|
||||
break;
|
||||
+#endif
|
||||
case ENOSPC:
|
||||
error( KIO::ERR_DISK_FULL, url.path() );
|
||||
break;
|
Loading…
Reference in New Issue
Block a user