Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   kleink
Date:           Sun Apr 25 22:18:08 UTC 2004

Modified Files:
        src/lib/libc/sys: getpriority.2
        src/sys/kern: kern_resource.c syscalls.master
        src/sys/sys: resource.h

Log Message:
POSIX-2001: Change the `who' argument to [gs]etpriority(2) from int
to id_t.  Partially addressing PR standards/25216 from Murray Armfield.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/sys/getpriority.2
cvs rdiff -r1.80 -r1.81 src/sys/kern/kern_resource.c
cvs rdiff -r1.139 -r1.140 src/sys/kern/syscalls.master
cvs rdiff -r1.23 -r1.24 src/sys/sys/resource.h

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