In debugfs, make "ls -l" print out the file type information in the
directory entry.

diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index 2a0e482..f3a5a67 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-26  Theodore Tso  <tytso@mit.edu>
+
+	* ls.c (list_dir_proc): When listing the directory entry in long 
+		format, include the file type of the directory entry in 
+		parenthesis.
+
 2002-02-25  Theodore Tso  <tytso@mit.edu>
 
 	* util.c (open_pager): If the PAGER environment is set to __none__