diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-20 18:59:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-20 18:59:27 +0000 |
commit | e92fd9159fb6edd717fedda1a9ddc053b30649d8 (patch) | |
tree | 1c296a2c25a241031362d723d7bb889fdfd62f42 /bin/ls/ls.h | |
parent | bbbc0796d6175153f1d371444f8f8127a6f008e8 (diff) |
add -x, -p, and -m options, based on netbsd work
Diffstat (limited to 'bin/ls/ls.h')
-rw-r--r-- | bin/ls/ls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 1257a392aa8..3152a15bd23 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ls.h,v 1.2 1996/06/23 14:20:20 deraadt Exp $ */ +/* $OpenBSD: ls.h,v 1.3 1999/02/20 18:59:25 deraadt Exp $ */ /* $NetBSD: ls.h,v 1.7 1995/03/21 09:06:33 cgd Exp $ */ /* @@ -51,6 +51,7 @@ extern int f_sectime; /* print the real time for all files */ extern int f_size; /* list size in short listing */ extern int f_statustime; /* use time of last mode change */ extern int f_type; /* add type character for non-regular files */ +extern int f_typedir; /* add type character for directories */ typedef struct { FTSENT *list; |