mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
23 lines
598 B
Plaintext
23 lines
598 B
Plaintext
--- 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*);
|