From owner-cvs-all Wed Feb 13 17:59:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E7137B405; Wed, 13 Feb 2002 17:59:47 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1E1xlP43049; Wed, 13 Feb 2002 17:59:47 -0800 (PST) (envelope-from imp) Message-Id: <200202140159.g1E1xlP43049@freefall.freebsd.org> From: Warner Losh Date: Wed, 13 Feb 2002 17:59:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include grp.h pwd.h stdlib.h src/bin/rm rm.c src/bin/mv mv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/02/13 17:59:47 PST Modified files: include grp.h pwd.h stdlib.h bin/rm rm.c bin/mv mv.c Log: 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 Revision Changes Path 1.33 +2 -0 src/bin/mv/mv.c 1.36 +2 -0 src/bin/rm/rm.c 1.5 +1 -0 src/include/grp.h 1.8 +2 -0 src/include/pwd.h 1.31 +0 -2 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message