Re: wrong semantic type in kern_descrip.c

2014-06-15 Thread Matthew Dempsky
On Sun, Jun 15, 2014 at 1:20 PM, Jean-Philippe Ouellet wrote: > Those 4 memcpy()s are copying the things referenced by the old > filedesc to the new one. The things being copied are file*s, > not file**s. They're the same size anyway, but still... Technically, C99 grants implementations leeway t

wrong semantic type in kern_descrip.c

2014-06-15 Thread Jean-Philippe Ouellet
Those 4 memcpy()s are copying the things referenced by the old filedesc to the new one. The things being copied are file*s, not file**s. They're the same size anyway, but still... Index: sys/kern/kern_descrip.c === RCS file: /cvs/sr