Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 41046 invoked by uid 500); 28 Nov 2002 11:17:12 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 41000 invoked from network); 28 Nov 2002 11:17:12 -0000 Date: 28 Nov 2002 11:17:10 -0000 Message-ID: <20021128111710.30634.qmail@icarus.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test proc_child.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jorton 2002/11/28 03:17:10 Modified: test proc_child.c Log: Detabify. Revision Changes Path 1.3 +1 -1 apr/test/proc_child.c Index: proc_child.c =================================================================== RCS file: /home/cvs/apr/test/proc_child.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- proc_child.c 27 Nov 2002 12:30:18 -0000 1.2 +++ proc_child.c 28 Nov 2002 11:17:10 -0000 1.3 @@ -12,7 +12,7 @@ bytes = read(STDIN_FILENO, buf, 256); if (bytes > 0) - write(STDOUT_FILENO, buf, bytes); + write(STDOUT_FILENO, buf, bytes); return 0; /* just to keep the compiler happy */ }