aboutsummaryrefslogtreecommitdiffstats
path: root/ext2ed/main.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-05-12 00:13:36 -0400
committerTheodore Ts'o <tytso@mit.edu>2002-05-12 00:13:36 -0400
commit7c36779aebf962d44ce9f320efd40658a44ff063 (patch)
treeeea34df9406c43183501090cd72f7a968a850fb8 /ext2ed/main.c
parentb38cd283637dafff6b39d4b76bf76fa2789eb21f (diff)
downloadandroid_external_e2fsprogs-7c36779aebf962d44ce9f320efd40658a44ff063.tar.gz
android_external_e2fsprogs-7c36779aebf962d44ce9f320efd40658a44ff063.tar.bz2
android_external_e2fsprogs-7c36779aebf962d44ce9f320efd40658a44ff063.zip
Update ext2ed with newer superblock descriptions, and add directory indexing
structure. Add support for displaying and setting character fields. Add make depend logic and use e2fsprogs version strings.
Diffstat (limited to 'ext2ed/main.c')
-rw-r--r--ext2ed/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext2ed/main.c b/ext2ed/main.c
index 367c4eae..5ea116bd 100644
--- a/ext2ed/main.c
+++ b/ext2ed/main.c
@@ -77,8 +77,6 @@ struct struct_inode_bitmap_info inode_bitmap_info; /* Used by inodebitmap_com.c
int redraw_request=0; /* Is set by a signal handler to handle terminal */
/* screen size change. */
-int version_major=0,version_minor=2;
-char revision_date [80]="April 5 2001";
char email_address [80]="tgud@tochnapc2.technion.ac.il";
int main (void)