X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=rfc1006%2Frfct.c;h=b79e6a275edd62b117a8c64fe7afe36c39963863;hp=b7d8fae2dab2e7dc20b5bccb8d2949db3eb90307;hb=30cfc59b71c25923e2e9cfb63c310c095bb3b6c1;hpb=0d7bd5b0e03b77779702a35738e5c7bcc5d3849d diff --git a/rfc1006/rfct.c b/rfc1006/rfct.c index b7d8fae..b79e6a2 100644 --- a/rfc1006/rfct.c +++ b/rfc1006/rfct.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rfct.c,v $ - * Revision 1.7 1995-06-16 10:46:48 quinn + * Revision 1.9 1996-02-23 10:01:00 quinn + * Smallish + * + * Revision 1.8 1995/11/01 13:54:52 quinn + * Minor adjustments + * + * Revision 1.7 1995/06/16 10:46:48 quinn * *** empty log message *** * * Revision 1.6 1995/06/15 07:45:11 quinn @@ -111,7 +117,6 @@ #ifdef __linux__ #include #endif -#include /* project memory debugging - delete if you don't have it */ #ifdef TRACE_TRANSPORT #define TRC(x) x @@ -1292,7 +1297,8 @@ int t_listen(int fd, struct t_call *call) */ int t_unbind(int fd) { - fprintf(stderr, "T_UNBIND [not supported by transport implementation]\n"); + TRC(fprintf(stderr, + "T_UNBIND [not supported by transport implementation]\n")); t_errno = TNOTSUPPORT; return -1; }