From a05ae2f7168f42d290512ae919bb9ce4aa4d7063 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Aug 2007 08:59:10 +0200 Subject: [PATCH] Use new "idcache.h" header. * src/ls.c: Remove ancient declarations of getuser and getgroup. Include "idcache.h", instead. --- ChangeLog | 4 ++++ lib/.cvsignore | 1 + lib/.gitignore | 1 + src/ls.c | 4 +--- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae48649..a477f3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-08-18 Jim Meyering + Use new "idcache.h" header. + * src/ls.c: Remove ancient declarations of getuser and getgroup. + Include "idcache.h", instead. + Run each Coreutils.pm-based test in its own subdirectory. * tests/CuTmpdir.pm: New file. * tests/Makefile.am (EXTRA_DIST): Add CuTmpdir.pm. diff --git a/lib/.cvsignore b/lib/.cvsignore index d16b937..ae85b19 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -174,6 +174,7 @@ iconv_open-irix.gperf iconv_open-osf.gperf iconv_open.c idcache.c +idcache.h imaxtostr.c inet_ntop.c inet_ntop.h diff --git a/lib/.gitignore b/lib/.gitignore index b81fee7..b716aa8 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -167,6 +167,7 @@ iconv_open-irix.gperf iconv_open-osf.gperf iconv_open.c idcache.c +idcache.h imaxtostr.c inet_ntop.c inet_ntop.h diff --git a/src/ls.c b/src/ls.c index c6a15f6..8409061 100644 --- a/src/ls.c +++ b/src/ls.c @@ -90,6 +90,7 @@ #include "hash.h" #include "human.h" #include "filemode.h" +#include "idcache.h" #include "inttostr.h" #include "ls.h" #include "lstat.h" @@ -193,9 +194,6 @@ struct bin_str const char *string; /* Pointer to the same */ }; -char *getgroup (); -char *getuser (); - #if ! HAVE_TCGETPGRP # define tcgetpgrp(Fd) 0 #endif -- 2.7.4