From f58558abb789d5e2b6a7deb4566483c01b0f4d58 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 14 Feb 2002 01:59:47 +0000 Subject: Move user_from_uid to pwd.h Move group_from_gid to grp.h Remove from stdlib.h Make the prototypes match the code Fix rm and mv to include new files. NetBSD has these defined in those files, and others too that I've not done. Approved by: terminal room kabal Reviewed by: jhb, phk --- bin/mv/mv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/mv') diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 8a2fb2b..25f56a3 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -57,7 +57,9 @@ static const char rcsid[] = #include #include #include +#include #include +#include #include #include #include -- cgit v1.1