Whamcloud - gitweb
ChangeLog, ext2_err.et.in:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Feb 1998 04:25:52 +0000 (04:25 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Feb 1998 04:25:52 +0000 (04:25 +0000)
  Added new error code, EXT2_ET_CANCEL_REQUESTED.

lib/ext2fs/ChangeLog
lib/ext2fs/ext2_err.et.in

index e955cd7..aa5aa5f 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 23 08:46:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * ext2_err.et.in: Added new error code, EXT2_ET_CANCEL_REQUESTED.
+
 Fri Feb 20 23:58:01 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * dblist.c (ext2fs_get_num_dirs): Improve the estimation of the
index b815dd2..6479fee 100644 (file)
@@ -251,5 +251,8 @@ ec  EXT2_ET_DIR_EXISTS,
 ec     EXT2_ET_UNIMPLEMENTED,
        "Unimplemented ext2 library function"
 
+ec     EXT2_ET_CANCEL_REQUESTED,
+       "User cancel requested"
+
        end