summaryrefslogtreecommitdiff
path: root/misc/colorls/patches/patch-ad
blob: 43f35f292ab15da164baf3da8f86828aa208b270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.3 2015/07/09 11:44:09 jperkin Exp $

Add color.

--- ls.h.orig	1996-12-21 23:40:58.000000000 +0000
+++ ls.h
@@ -54,6 +54,7 @@ extern int f_sectime;		/* print the real
 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;