From 6b458de195916c2c4d2e910d844ae85e40970627 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 11 Oct 2002 15:52:14 +0000 Subject: Use `unsigned long' instead of `u_long' so that this header compiles in X/Open case where `u_long' isn't available. --- sys/sys/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sys/stat.h') diff --git a/sys/sys/stat.h b/sys/sys/stat.h index a1d207f..ef1d0a1 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -272,9 +272,9 @@ int stat(const char *, struct stat *); mode_t umask(mode_t); #ifndef _POSIX_SOURCE -int chflags(const char *, u_long); +int chflags(const char *, unsigned long); int lchflags(const char *, int); -int fchflags(int, u_long); +int fchflags(int, unsigned long); int fchmod(int, mode_t); int lchmod(const char *, mode_t); int lstat(const char *, struct stat *); -- cgit v1.1