Update of /cvsroot/ext2resize/ext2resize
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27624
Modified Files:
NEWS
Log Message:
Change prototype of the write and direct_write function pointers in
struct ext2_dev_ops to use 'const void *' instead of 'void*'. This
documents the requirements and get rid of a compile warning.
Index: NEWS
===================================================================
RCS file: /cvsroot/ext2resize/ext2resize/NEWS,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** NEWS 10 Jun 2006 06:45:21 -0000 1.8
--- NEWS 10 Jun 2006 07:36:33 -0000 1.9
***************
*** 9,12 ****
--- 9,14 ----
* Fix bug in ext2 metainfo handling (use correct offset).
* Corrected and improved program output.
+ * Change prototype of the write and direct_write function pointers in
+ struct ext2_dev_ops to use 'const void *' instead of 'void*'.
Version 1.1.19 (2004-09-30)
|