K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-12-20T00:49:59.000000Z K 7 svn:log V 285 Reduce Giant scope a bit, as fdrop() is believed to be MPSAFE. The purpose of this change is consistency (not performance improvement:)), as it was hard to tell if fdrop() is MPSAFE or not when I saw it sometimes under the Giant and sometimes without it. Glanced at by: ssouhlal, kan END