From owner-cvs-usrbin Sat Oct 26 08:29:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01999 for cvs-usrbin-outgoing; Sat, 26 Oct 1996 08:29:49 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01970; Sat, 26 Oct 1996 08:29:29 -0700 (PDT) Date: Sat, 26 Oct 1996 08:29:29 -0700 (PDT) From: Alex Nash Message-Id: <199610261529.IAA01970@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/write write.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/26 08:29:28 Modified: usr.bin/write write.c Log: Replace hardcoded length of "/dev/" with strlen(_PATH_DEV). Pointed out by: bde Revision Changes Path 1.6 +1 -1 src/usr.bin/write/write.c