K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2002-08-15T14:09:16.000000Z K 7 svn:log V 360 Make m_flags an int instead of a short, this is consistent with the type of the 'flags' argument m_getcl() was using anyway; m_extadd() needed to be changed to accept an int instead of a short for 'flags.' This makes things more consistent and also gives us more bits to use for m_flags in the future (we have almost run out). Requested by: sam (Sam Leffler) END