mdf da578c6492 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
2013-04-02 05:30:41 +00:00
..
2013-03-27 10:11:43 +00:00
2013-03-22 13:36:03 +00:00
2013-01-01 18:29:25 +00:00
2012-11-16 12:31:43 +00:00
2012-06-02 08:47:26 +00:00
2013-03-15 09:19:19 +00:00
2012-04-18 07:02:53 +00:00
2013-02-15 21:49:12 +00:00
2012-10-05 18:42:50 +00:00
2013-03-29 08:32:49 +00:00
2012-10-18 15:39:29 +00:00
2012-02-25 14:31:25 +00:00
2012-06-21 21:47:08 +00:00