K 10 svn:author V 3 mdf K 8 svn:date V 27 2013-04-02T05:30:41.937347Z K 7 svn:log V 339 Fix return type of extattr_set_* and fix rmextattr(8) utility. extattr_set_{fd,file,link} is logically a write(2)-like operation and should return ssize_t, just like extattr_get_*. Also, the user-space utility was using an int for the return value of extattr_get_* and extattr_list_*, both of which return an ssize_t. MFC after: 1 week END