cvs commit: src/usr.bin/fstat fstat.c

Christian S.J. Peron csjp at FreeBSD.org
Sat Nov 5 15:38:09 PST 2005


csjp        2005-11-05 23:38:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/fstat        fstat.c 
  Log:
  Un-break processing of device major/minor values with fstat -n. We do
  this by accessing the cdev_priv element of the cdev structure. Looking
  forward we need a better way to handle this, as this structure shouldn't
  be frobbed by userspace.
  
  Submitted by:   Doug Steinwand
  PR:             bin/88203
  MFC after:      1 week
  Discussed with: phk
  
  Revision  Changes    Path
  1.62      +5 -3      src/usr.bin/fstat/fstat.c


More information about the cvs-src mailing list