cvs commit: src/usr.sbin/watch watch.c

Christian S.J. Peron csjp at FreeBSD.org
Sat May 29 14:03:29 PDT 2004


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


More information about the cvs-src mailing list