From owner-freebsd-commit Sun Oct 29 02:33:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA12514 for freebsd-commit-outgoing; Sun, 29 Oct 1995 02:33:48 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA12502 for cvs-all-outgoing; Sun, 29 Oct 1995 02:33:40 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA12487 for cvs-usrbin-outgoing; Sun, 29 Oct 1995 02:33:38 -0800 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA12475 ; Sun, 29 Oct 1995 02:33:30 -0800 Date: Sun, 29 Oct 1995 02:33:30 -0800 From: "Andrey A. Chernov" Message-Id: <199510291033.CAA12475@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/write write.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/10/29 02:33:28 Modified: usr.bin/write write.c Log: Remove char->int promotion. Fix uncontrol function for 8bit chars.