Module Name: src Committed By: christos Date: Sun Aug 2 16:23:33 UTC 2020
Modified Files: src/usr.bin/script: script.c Log Message: PR/55531: Soumendra Ganguly: - add more error handling - handle -p when not a terminal - call termreset() before printing script done, so that it is printed correctly Also: - use ssize_t/size_t instead of int - use EXIT_SUCCESS/EXIT_FAILURE - check result of fork() against -1 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/script/script.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.