]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ls/ls.h
file_cmds-230.tar.gz
[apple/file_cmds.git] / ls / ls.h
diff --git a/ls/ls.h b/ls/ls.h
index 6bb1aa2170a3f802e341f7bdd549f6d9f44af6f2..246470b6e4225d6a00a44e1d83ec55245c2489c9 100644 (file)
--- a/ls/ls.h
+++ b/ls/ls.h
 
 #define NO_PRINT       1
 
-#define HN_DECIMAL 0x01
-#define HN_NOSPACE 0x02
-#define HN_B 0x04
-#define HN_DIVISOR_1000 0x08
-
-#define HN_GETSCALE 0x10
-#define HN_AUTOSCALE 0x20
-
 extern long blocksize;         /* block size units */
 
 extern int f_accesstime;       /* use time of last access */
+extern int f_birthtime;                /* use time of file birth */
 extern int f_flags;            /* show flags associated with a file */
 extern int f_humanval;         /* show human-readable file sizes */
 extern int f_inode;            /* print inode */