summaryrefslogtreecommitdiff
path: root/misc/colorls/patches/patch-ad
blob: 513aeadfa2f0a6cfb6c59de3845f286966a3c0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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;