summaryrefslogtreecommitdiff
path: root/devel/prcs/files/patch-ac
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-04-22 23:50:51 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-04-22 23:50:51 +0000
commit1d88d762d6a518fe85921d6e568eee21dcb9c5fc (patch)
treee1762fba877c82eaf24b2875ace0362913ded600 /devel/prcs/files/patch-ac
parentrevert change from this morning (diff)
Update to 1.3.0.
Assign maintainership to submitter. PR: 31644 Submitted by: Samuel Tardieu <sam@inf.enst.fr> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=58017
Diffstat (limited to 'devel/prcs/files/patch-ac')
-rw-r--r--devel/prcs/files/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/prcs/files/patch-ac b/devel/prcs/files/patch-ac
deleted file mode 100644
index 97ca756b9ab6..000000000000
--- a/devel/prcs/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/prcserror.tl.orig Sun Feb 27 12:48:25 2000
-+++ src/prcserror.tl Sun Feb 27 12:51:16 2000
-@@ -29,7 +29,9 @@
- template class PrError<QuickElim*>;
- #endif
- template class PrError<int>;
-+#if 0
- template class PrError<pid_t>;
-+#endif
- template class PrError<PrcsExitStatus>;
- template class PrError<ArgList*>;
- template class PrError<const char*>;
-@@ -68,7 +70,9 @@
- MkTemplate(PrError, const char*);
- MkTemplate(PrError, FILE*);
- MkTemplate(PrError, int);
-+#if 0
- MkTemplate(PrError, pid_t);
-+#endif
- MkTemplate(PrError, bool);
- MkTemplate(PrError, RepEntry*);
- MkTemplate(PrError, RcsDelta*);