Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2004 21:56:27 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h src/lib/libkvm kvm_proc.c
Message-ID:  <200410112156.i9BLuSKG030787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2004-10-11 21:56:27 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    lib/libkvm           kvm_proc.c 
  Log:
  Belatedly catch up with the dev_t/cdev changes from a few months back.
  Extract the struct cdev pointer and the tty device from inside rather than
  incorrectly casting the 'struct cdev *' pointer to a 'dev_t' int.  Not
  that this was particularly important since it was only used for reading
  vmcore files.
  
  Revision  Changes    Path
  1.82      +11 -1     src/lib/libkvm/kvm_proc.c
  1.202     +5 -0      src/sys/sys/conf.h



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