Date: Sat, 29 May 2004 14:03:00 -0700 (PDT) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watch watch.c Message-ID: <200405292103.i4TL30Hu017599@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2004/05/29 14:03:00 PDT FreeBSD src repository Modified files: usr.sbin/watch watch.c Log: Remove constant which makes the assumption that the length of _PATH_DEV will never change. In the un-likely event that _PATH_DEV should ever change, watch(8) would have broke because of a mis-generated device name. Approved by: bmilekic (mentor) Pointed out by: Yvan Boily Revision Changes Path 1.30 +3 -2 src/usr.sbin/watch/watch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405292103.i4TL30Hu017599>