blob: 870f7eed088df22a64f2032b9c716fad2759f685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2002/05/11 18:02:19 wiz Exp $
--- src/ls.c.orig Sat May 11 19:56:50 2002
+++ src/ls.c
@@ -600,7 +600,7 @@
{
/* Note: "no" is a prefix of "none" so we don't include it */
/* force and none are for compatibility with another color-ls version */
- "yes", "force", "none", "tty", "if-tty"
+ "yes", "force", "none", "tty", "if-tty", NULL
};
static enum color_type const color_types[] =
|