cvs commit: projects/csup Makefile fattr.c fattr_bsd.h fattr_os.h fattr_posix.h

Maxime Henrion <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <200601260410.k0Q4A2KN018720__14181.0855399401$1138248859$gmane$org@repoman.freebsd.org>
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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.