diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 23:50:51 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 23:50:51 +0000 |
commit | 1d88d762d6a518fe85921d6e568eee21dcb9c5fc (patch) | |
tree | e1762fba877c82eaf24b2875ace0362913ded600 /devel/prcs/files/patch-ac | |
parent | revert 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-ac | 22 |
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*); |