Date: Sat, 8 Feb 2003 08:11:20 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c Message-ID: <200302081611.h18GBKY4070806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2003/02/08 08:11:20 PST Modified files: usr.bin/login login.c Log: Use waitpid() instead of wait() since we know the pid of the process we are waiting for, and we don't want to reap the wrong process. Revision Changes Path 1.93 +2 -1 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302081611.h18GBKY4070806>