Date: Wed, 13 Feb 2002 17:59:47 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200202140159.g1E1xlP43049@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202140159.g1E1xlP43049>