Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 05:05:48 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty.c src/sys/sys tty.h
Message-ID:  <200109101205.f8AC5mq10198@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/09/10 05:05:47 PDT

  Modified files:
    sys/kern             tty.c 
    sys/sys              tty.h 
  Log:
  Fix a warning on alpha (real problem) and make pstat -t work as a bonus.
  'struct tty' was out of sync in user and kernel due to dev_t/udev_t
  mixups.  This takes advantage of the fact that dev_t changes type in
  userland, so it isn't too pretty.
  
  Revision  Changes    Path
  1.155     +2 -2      src/sys/kern/tty.c
  1.61      +7 -2      src/sys/sys/tty.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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