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: gmcgarry
Date: Tue Jun 24 10:31:05 UTC 2008
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
The conversion to c99-style designated initialisers brought in the gcc
extension of specifying an array range. Revert to runtime initialization
of limit0.
See here for details: http://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html
To generate a diff of this commit:
cvs rdiff -r1.142 -r1.143 src/sys/kern/kern_proc.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