summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authormarc <marc@pkgsrc.org>1998-12-28 22:13:05 +0000
committermarc <marc@pkgsrc.org>1998-12-28 22:13:05 +0000
commit16672467e7ccccf79b6b763dc0ede6a96da7d5f8 (patch)
treeb38112d050a0f6dc192982e7938ecfd0332f12f9 /misc/colorls
parentcbcad3f48f61dacd2c50d55c202459e93c354762 (diff)
downloadpkgsrc-16672467e7ccccf79b6b763dc0ede6a96da7d5f8.tar.gz
patch a compile error.
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/patches/patch-ac16
1 files changed, 13 insertions, 3 deletions
diff --git a/misc/colorls/patches/patch-ac b/misc/colorls/patches/patch-ac
index 96a87e58a67..1d0da07f464 100644
--- a/misc/colorls/patches/patch-ac
+++ b/misc/colorls/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.2 1998/08/07 11:10:12 agc Exp $
+$NetBSD: patch-ac,v 1.3 1998/12/28 22:13:05 marc Exp $
---- ls.c-orig Thu May 21 15:41:32 1998
-+++ ls.c Thu May 21 15:42:09 1998
+--- ls.c.orig Sat Dec 21 18:40:58 1996
++++ ls.c Mon Dec 28 17:10:04 1998
@@ -59,6 +59,8 @@
#include <string.h>
#include <unistd.h>
@@ -66,3 +66,13 @@ $NetBSD: patch-ac,v 1.2 1998/08/07 11:10:12 agc Exp $
fts_options |= FTS_COMFOLLOW;
#ifndef BSD4_4_LITE
+@@ -384,7 +394,8 @@
+ u_long btotal, maxblock, maxinode, maxlen, maxnlink;
+ int bcfile, flen, glen, ulen, maxflags, maxgroup, maxuser;
+ int entries, needstats;
+- char *user, *group, *flags, buf[20]; /* 32 bits == 10 digits */
++ const char *user, *group;
++ char *flags, buf[20]; /* 32 bits == 10 digits */
+
+ /*
+ * If list is NULL there are two possibilities: that the parent