Pawel Jakub Dawidek b4b2596b97 - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
u_long. Before this change it was of type int for syscalls, but prototypes
  in sys/stat.h and documentation for chflags(2) and fchflags(2) (but not
  for lchflags(2)) stated that it was u_long. Now some related functions
  use u_long type for flags (strtofflags(3), fflagstostr(3)).
- Make path argument of type 'const char *' for consistency.

Discussed on:	arch
Sponsored by:	The FreeBSD Foundation
2013-03-21 22:44:33 +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
2012-10-18 15:39:29 +00:00
2012-02-25 14:31:25 +00:00
2012-06-21 21:47:08 +00:00