Diff for /embedaddon/rsync/ifuncs.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/10/14 07:51:14 version 1.1.1.3, 2016/11/01 09:54:32
Line 1 Line 1
 /* Inline functions for rsync.  /* Inline functions for rsync.
  *   *
 * Copyright (C) 2007-2013 Wayne Davison * Copyright (C) 2007-2015 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 80  init_stat_x(stat_x *sx_p) Line 80  init_stat_x(stat_x *sx_p)
 {  {
 #ifdef SUPPORT_ACLS  #ifdef SUPPORT_ACLS
         sx_p->acc_acl = sx_p->def_acl = NULL;          sx_p->acc_acl = sx_p->def_acl = NULL;
           sx_p->nfs4_acl = NULL;
 #endif  #endif
 #ifdef SUPPORT_XATTRS  #ifdef SUPPORT_XATTRS
         sx_p->xattr = NULL;          sx_p->xattr = NULL;

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


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