diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:01:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:01:57 +0000 |
commit | 2ff1b849eef4c148a71111bd9ec0cda33ecec4bd (patch) | |
tree | d07615933819848ab035c6ea3b58c6c455e84908 /misc | |
parent | 762f3a6ac2d619462fc1519f9e4d6fb69a823f15 (diff) | |
download | pkgsrc-2ff1b849eef4c148a71111bd9ec0cda33ecec4bd.tar.gz |
shut up user_from_uid(3), group_from_gid(3)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colorls/patches/patch-ab | 13 |
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" |