mux 2006-01-26 04:10:02 UTC FreeBSD projects repository
Modified files: csup Makefile fattr.c Added files: csup fattr_bsd.h fattr_posix.h Removed files: csup fattr_os.h Log: - Rename fattr_os.h to fattr_bsd.h. - Add fattr_posix.h for POSIX environments that don't support the BSD-like extended file flags (chflags(2)). - If the HAVE_FFLAGS macro is defined, we include fattr_bsd.h, otherwise we include fattr_posix.h. - Only compile in code that calls chflags() if HAVE_FFLAGS is defined. - Add -DHAVE_FFLAGS to the CFLAGS in the Makefile since it only supports BSD systems. Revision Changes Path 1.35 +2 -2 projects/csup/Makefile 1.24 +16 -1 projects/csup/fattr.c 1.1 +52 -0 projects/csup/fattr_bsd.h (new) 1.5 +0 -52 projects/csup/fattr_os.h (dead) 1.1 +48 -0 projects/csup/fattr_posix.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"