From a05ae2f7168f42d290512ae919bb9ce4aa4d7063 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Aug 2007 08:59:10 +0200 Subject: Use new "idcache.h" header. * src/ls.c: Remove ancient declarations of getuser and getgroup. Include "idcache.h", instead. --- src/ls.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/ls.c b/src/ls.c index c6a15f60d..84090618d 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 -- cgit v1.2.3-70-g09d2