Date: Thu, 26 Jan 2006 04:10:02 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup Makefile fattr.c fattr_bsd.h fattr_os.h fattr_posix.h Message-ID: <200601260410.k0Q4A2KN018720@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601260410.k0Q4A2KN018720>