cvs commit: src/sys/sys conf.h src/lib/libkvm kvm_proc.c

Peter Wemm peter at FreeBSD.org
Mon Oct 11 14:56:28 PDT 2004


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


More information about the cvs-src mailing list