summaryrefslogtreecommitdiff
path: root/devel/prcs/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/prcs/files/patch-aa')
-rw-r--r--devel/prcs/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/prcs/files/patch-aa b/devel/prcs/files/patch-aa
deleted file mode 100644
index fab2d9fdc2a1..000000000000
--- a/devel/prcs/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/include/prcserror.h.orig Sun Feb 27 12:43:05 2000
-+++ src/include/prcserror.h Sun Feb 27 12:45:35 2000
-@@ -121,7 +121,7 @@
-
- private:
- operator bool () const { return error(); }
-- operator!();
-+ void operator!();
- };
-
- #ifdef PRCS_DEVEL
-@@ -183,7 +183,7 @@
-
- private:
- Type _val;
-- operator!();
-+ void operator!();
- };
-
- #ifdef PRCS_DEVEL