Ignore:
Timestamp:
Aug 24, 2022, 9:59:22 PM (21 months ago)
Author:
Bruno Cornec
Message:

Backport link fixes made for 3.2.2 to allow build on recent gcc versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c

    r3777 r3790  
    8383
    8484/* Should we use or not extended attributes and acl when restoring */
    85 char *g_getfattr = NULL;
    86 char *g_getfacl = NULL;
     85extern char *g_getfattr;
     86extern char *g_getfacl;
    8787
    8888extern void kill_anything_like_this(char *str);
Note: See TracChangeset for help on using the changeset viewer.