aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-qlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt33/files/patch-qlock.cpp')
-rw-r--r--x11-toolkits/qt33/files/patch-qlock.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-toolkits/qt33/files/patch-qlock.cpp b/x11-toolkits/qt33/files/patch-qlock.cpp
deleted file mode 100644
index ee610b2d46b2..000000000000
--- a/x11-toolkits/qt33/files/patch-qlock.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/kernel/qlock.cpp.orig Mon Dec 9 04:40:45 2002
-+++ src/kernel/qlock.cpp Sun Dec 29 05:31:54 2002
-@@ -41,6 +41,7 @@
- #include <sys/file.h>
- #else
- #include <sys/types.h>
-+#include <sys/ipc.h>
- #include <sys/sem.h>
- #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) \
- || defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_BSDI)