home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / acl.h < prev    next >
C/C++ Source or Header  |  2004-01-30  |  371b  |  18 lines

  1. /* sys/acl.h header file for Cygwin.
  2.  
  3.    Copyright 1999, 2000, 2001 Red Hat, Inc.
  4.    Written by C. Vinschen.
  5.  
  6. This file is part of Cygwin.
  7.  
  8. This software is a copyrighted work licensed under the terms of the
  9. Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
  10. details. */
  11.  
  12. #ifndef _SYS_ACL_H
  13. #define _SYS_ACL_H
  14.  
  15. #include <cygwin/acl.h>
  16.  
  17. #endif /* _SYS_ACL_H */
  18.