From cvs-return-752-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Thu Feb 22 01:25:06 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 37014 invoked by uid 500); 22 Feb 2001 01:25:02 -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 36991 invoked by uid 1095); 22 Feb 2001 01:24:59 -0000 Date: 22 Feb 2001 01:24:59 -0000 Message-ID: <20010222012459.36987.qmail@apache.org> From: bjh@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/file_io/os2 fullrw.c Makefile.in bjh 01/02/21 17:24:58 Modified: file_io/os2 Makefile.in Added: file_io/os2 fullrw.c Log: OS/2: use unix implementation of apr_file_read_full/apr_file_write_full. Revision Changes Path 1.19 +2 -1 apr/file_io/os2/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/file_io/os2/Makefile.in,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Makefile.in 2001/01/09 11:05:46 1.18 +++ Makefile.in 2001/02/22 01:24:57 1.19 @@ -9,7 +9,8 @@ readwrite.lo \ seek.lo \ flock.lo \ - maperrorcode.lo + maperrorcode.lo \ + fullrw.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@ 1.1 apr/file_io/os2/fullrw.c Index: fullrw.c =================================================================== #include "../unix/fullrw.c"