Date: Mon, 3 Jun 2002 16:13:12 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/cribbage instr.c src/games/sail pl_1.c src/gnu/lib/libdialog raw_popen.c src/usr.bin/rlogin rlogin.c src/usr.bin/script script.c src/usr.bin/window wwchild.c Message-ID: <200206032313.g53NDCr70417@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/06/03 16:13:12 PDT Modified files: games/cribbage instr.c games/sail pl_1.c gnu/lib/libdialog raw_popen.c usr.bin/rlogin rlogin.c usr.bin/script script.c usr.bin/window wwchild.c Log: Use POSIX macros for wait(2)-style status information instead of the deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. Revision Changes Path 1.6 +3 -3 src/games/cribbage/instr.c 1.3 +2 -2 src/games/sail/pl_1.c 1.4 +2 -3 src/gnu/lib/libdialog/raw_popen.c 1.33 +4 -4 src/usr.bin/rlogin/rlogin.c 1.19 +3 -3 src/usr.bin/script/script.c 1.5 +3 -4 src/usr.bin/window/wwchild.c 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?200206032313.g53NDCr70417>