Rename the proc pointer p to pp to clarify its use in portions of the tty
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 29 Dec 2004 02:40:52 +0000 (02:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 29 Dec 2004 02:40:52 +0000 (02:40 +0000)
commit142dd7049e3121014c8d982d77e2e013f4a9bb91
tree352c437b239af63727e856dbb2dc14dd5412c348
parent2281065eeeb411cecbefa52be5ac6aae0883e642
Rename the proc pointer p to pp to clarify its use in portions of the tty
code.

Make ttread() and ttwrite() work properly when called from a pure thread.
sys/kern/tty.c