Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: mrg
Date: Mon Oct 3 02:06:00 UTC 2005
Modified Files:
src/sys/kern: kern_descrip.c
Log Message:
fix a bug pointed out by der mouse on tech-kern: in F_GETOWN, use a
pointer to a temporary "int" variable to pass to fo_ioctl(TIOCGPGRP), not
a register_t pointer. (how did F_GETOWN ever work on sparc64 before?)
To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/sys/kern/kern_descrip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index