summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-24 01:01:57 +0000
committerhubertf <hubertf>1997-10-24 01:01:57 +0000
commit991ca589f381ba6490c104f4351df279eec14ae9 (patch)
treed07615933819848ab035c6ea3b58c6c455e84908 /misc/colorls
parent26abdbee388bd50fcf27d51a4e4ff367a76ea231 (diff)
downloadpkgsrc-991ca589f381ba6490c104f4351df279eec14ae9.tar.gz
shut up user_from_uid(3), group_from_gid(3)
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/colorls/patches/patch-ab b/misc/colorls/patches/patch-ab
new file mode 100644
index 00000000000..e8ddb3fbdfb
--- /dev/null
+++ b/misc/colorls/patches/patch-ab
@@ -0,0 +1,13 @@
+For NetBSD - hubertf
+
+--- ls.c.orig Thu Oct 23 14:12:16 1997
++++ ls.c Thu Oct 23 14:13:44 1997
+@@ -59,6 +59,8 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <locale.h>
++#include <pwd.h>
++#include <grp.h>
+
+ #include "ls.h"
+ #include "extern.h"