Files
pkgsrc-ng/misc/colorls/patches/patch-ad
2013-09-26 17:14:40 +02:00

13 lines
433 B
Plaintext

$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;