Matthew D Fleming e324bf91e8 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-02-01 22:55:27 +00:00
2012-09-14 21:17:53 +00:00
2013-01-11 17:34:30 +00:00
2012-09-22 17:47:37 +00:00
2013-01-31 08:55:21 +00:00
2012-12-03 19:00:23 +00:00
2012-10-22 18:56:31 +00:00
2013-01-03 07:25:30 +00:00
2012-02-22 03:36:15 +00:00
2011-12-08 02:40:46 +00:00
2013-03-15 00:27:24 +00:00
2012-12-22 21:32:12 +00:00