=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/cvs/Attic/proto.c 2004/08/05 13:24:37 1.20 --- src/usr.bin/cvs/Attic/proto.c 2004/08/12 18:35:18 1.21 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.20 2004/08/05 13:24:37 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.21 2004/08/12 18:35:18 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 279,289 **** --- 279,291 ---- return (-1); } + #if 0 root->cr_srverr = fdopen(errfd[0], "r"); if (root->cr_srverr == NULL) { cvs_log(LP_ERR, "failed to create pipe stream"); return (-1); } + #endif /* make the streams line-buffered */ (void)setvbuf(root->cr_srvin, NULL, _IOLBF, 0);