summaryrefslogtreecommitdiff
path: root/databases/usogres/files/patch-lock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'databases/usogres/files/patch-lock.cc')
-rw-r--r--databases/usogres/files/patch-lock.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/usogres/files/patch-lock.cc b/databases/usogres/files/patch-lock.cc
deleted file mode 100644
index fe9f055f9f7a..000000000000
--- a/databases/usogres/files/patch-lock.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lock.cc.orig Wed Aug 20 19:50:03 2003
-+++ src/lock.cc Wed Aug 20 19:50:17 2003
-@@ -115,7 +115,7 @@
-
- if (oflag & O_CREAT) {
- va_start(ap, oflag);
-- mode = va_arg(ap, mode_t);
-+ mode = (int)va_arg(ap, int);
- value = va_arg(ap, unsigned int);
- va_end(ap);
- if (mkfifo(path, mode) < 0) {