mjc 98/03/04 06:28:31
Modified: src CHANGES
Log:
Fix confusing commit message - the move from buff.c was backed out later
Revision Changes Path
1.687 +1 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- CHANGES 1998/03/04 14:14:10 1.686
+++ CHANGES 1998/03/04 14:28:25 1.687
@@ -291,7 +291,7 @@
*) Minor cleanups to r->finfo handling in some modules.
[Dean Gaudet]
- *) Abstract read()/write() out of buff.c to the libap library.
+ *) Abstract read()/write() to ap_read()/ap_write().
Makes it easier to add other types of IO code such as SFIO.
[Randy Terbush]