From: Keith Bostic Date: Thu, 29 Apr 1993 01:38:57 +0000 (-0800) Subject: move user_from_uid and group_from_gid into libc X-Git-Tag: BSD-4_4-Snapshot-Development~1929 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ea944c8f3bd7e414e4bafd407f7f7382362069e3 move user_from_uid and group_from_gid into libc SCCS-vsn: bin/ls/ls.c 5.72 --- diff --git a/usr/src/bin/ls/ls.c b/usr/src/bin/ls/ls.c index 01697ceceb..c810b22add 100644 --- a/usr/src/bin/ls/ls.c +++ b/usr/src/bin/ls/ls.c @@ -15,7 +15,7 @@ static char copyright[] = #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 @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)ls.c 5.71 (Berkeley) %G%"; #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 **));