Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2005 23:38:08 +0000 (UTC)
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.bin/fstat fstat.c
Message-ID:  <200511052338.jA5Nc8MT025641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511052338.jA5Nc8MT025641>