X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=rfc1006%2Frfct.c;fp=rfc1006%2Frfct.c;h=b7d8fae2dab2e7dc20b5bccb8d2949db3eb90307;hp=4ff8e985a6b0185e4050a79b2914074a287a22a2;hb=0d7bd5b0e03b77779702a35738e5c7bcc5d3849d;hpb=ccdaf5d5cd52555eefe9b22ea4bee98203e33626 diff --git a/rfc1006/rfct.c b/rfc1006/rfct.c index 4ff8e98..b7d8fae 100644 --- a/rfc1006/rfct.c +++ b/rfc1006/rfct.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rfct.c,v $ - * Revision 1.6 1995-06-15 07:45:11 quinn + * Revision 1.7 1995-06-16 10:46:48 quinn + * *** empty log message *** + * + * Revision 1.6 1995/06/15 07:45:11 quinn * Moving to v3. * * Revision 1.5 1995/05/31 08:29:35 quinn @@ -608,7 +611,7 @@ int t_snd(int fd, char *buf, unsigned nbytes, int flags) return nbytes; } -int t_rcv(int fd, char *buf, unsigned nbytes, int *flags) +int _t_rcv(int fd, char *buf, unsigned nbytes, int *flags) { struct rfct_control *cnt = control[fd]; struct tpdu_data_header dhead; @@ -722,7 +725,7 @@ int t_rcv(int fd, char *buf, unsigned nbytes, int *flags) return got; } -#if 0 +#if 1 int t_rcv(int fd, char *buf, unsigned nbytes, int *flags) {