$NetBSD: patch-ad,v 1.2 1998/08/07 11:10:12 agc Exp $ --- ls.h.orig Sun Dec 22 00:40:58 1996 +++ ls.h Thu May 21 15:42:08 1998 @@ -54,6 +54,7 @@ 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_color; /* add type in color for non-regular files */ typedef struct { FTSENT *list;