Changeset 3789 in MondoRescue for tags/3.2.2/mondo/src/mondorestore


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

More fixes for global vars which should not be initialized when declared with extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/3.2.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3788 r3789  
    8181
    8282/* Should we use or not extended attributes and acl when restoring */
    83 extern char *g_getfattr = NULL;
    84 extern char *g_getfacl = NULL;
     83extern char *g_getfattr;
     84extern char *g_getfacl;
    8585
    8686extern void kill_anything_like_this(char *str);
Note: See TracChangeset for help on using the changeset viewer.