move user_from_uid and group_from_gid into libc
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 29 Apr 1993 01:38:57 +0000 (17:38 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 29 Apr 1993 01:38:57 +0000 (17:38 -0800)
SCCS-vsn: bin/ls/ls.c 5.72

usr/src/bin/ls/ls.c

index 01697ce..c810b22 100644 (file)
@@ -15,7 +15,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)ls.c       5.71 (Berkeley) %G%";
+static char sccsid[] = "@(#)ls.c       5.72 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -32,8 +32,6 @@ static char sccsid[] = "@(#)ls.c      5.71 (Berkeley) %G%";
 #include "extern.h"
 
 char   *getbsize __P((char *, int *, long *));
 #include "extern.h"
 
 char   *getbsize __P((char *, int *, long *));
-char   *group_from_gid __P((u_int, int));
-char   *user_from_uid __P((u_int, int));
 
 static void     display __P((FTSENT *, FTSENT *));
 static int      mastercmp __P((const FTSENT **, const FTSENT **));
 
 static void     display __P((FTSENT *, FTSENT *));
 static int      mastercmp __P((const FTSENT **, const FTSENT **));