freebsd-dev/bin/chflags
Bruce Evans 508424d139 Fixed prototype for setflags(). setflags() returns int, not u_long,
and "extern" in function prototypes is a style bug.  The type mismatch
broke chflags(1) on i386's with 64-bit longs and may have broken it on
alphas.
2000-04-04 14:12:35 +00:00
..
chflags.1 Document that the flags can be specified as an octal number. 2000-04-03 22:10:58 +00:00
chflags.c Fixed prototype for setflags(). setflags() returns int, not u_long, 2000-04-04 14:12:35 +00:00
Makefile Revert part of the last commit, remove {g|s}etflags from the libc 2000-02-05 18:42:36 +00:00