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
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