- Timestamp:
- Mar 3, 2024, 1:54:34 AM (15 months ago)
- Location:
- branches/3.3/mondo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondorestore.c
r3790 r3819 114 114 115 115 /** 116 * Mondo's home directory during backup. Unused in mondorestore ; included116 * Mondo's home directory during backup. Unused in mondorestore (?); included 117 117 * to avoid link errors. 118 118 */ 119 extern char *g_mondo_home;119 char *g_mondo_home = NULL; 120 120 121 121 char *g_getfacl; -
branches/3.3/mondo/test/test-mountlist.c
r3777 r3819 39 39 40 40 char *g_mountlist_fname; 41 //char *g_mondo_home;41 char *g_mondo_home = NULL; 42 42 43 //char *g_getfacl;44 //char *g_getfattr;43 char *g_getfacl; 44 char *g_getfattr; 45 45 46 46 extern char *MONDO_LOGFILE; -
branches/3.3/mondo/test/test-truncname.c
r3777 r3819 33 33 34 34 char *g_mountlist_fname; 35 //char *g_mondo_home;35 char *g_mondo_home = NULL; 36 36 37 37 char *g_getfacl;
Note:
See TracChangeset
for help on using the changeset viewer.