Diff for /embedaddon/rsync/lib/sysacls.h between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/17 15:09:30 version 1.1.1.3, 2021/03/17 00:32:36
Line 3 Line 3
  * Version 2.2.x   * Version 2.2.x
  * Portable SMB ACL interface   * Portable SMB ACL interface
  * Copyright (C) Jeremy Allison 2000   * Copyright (C) Jeremy Allison 2000
 * Copyright (C) 2007-2008 Wayne Davison * Copyright (C) 2007-2020 Wayne Davison
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
Line 139  typedef struct acl *SMB_ACL_ENTRY_T; Line 139  typedef struct acl *SMB_ACL_ENTRY_T;
   
 /* Based on the Solaris & UnixWare code. */  /* Based on the Solaris & UnixWare code. */
   
   #ifndef __TANDEM
 #undef GROUP  #undef GROUP
   #endif
 #include <sys/aclv.h>  #include <sys/aclv.h>
   
 /* SVR4.2 ES/MP ACLs */  /* SVR4.2 ES/MP ACLs */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>