Changeset 3193 in MondoRescue for branches/3.2/mondo/src/include
- Timestamp:
- Sep 29, 2013, 9:31:34 AM (12 years ago)
- Location:
- branches/3.2/mondo/src/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/include/mr_str.h
r3171 r3193 19 19 extern inline char *mr_date(void); 20 20 extern void mr_strip_spaces(char *in_out); 21 /* 22 extern void mr_strip_char(char *in_out, char *caracs); 23 extern void mr_chomp(char *in_out); 24 */ 21 25 22 26 #endif /* MR_STR_H */ -
branches/3.2/mondo/src/include/my-stuff.h
r3191 r3193 8 8 // Extra info for ACLs and SELINUX users 9 9 #define STAR_ACL_SZ "-xattr -acl" 10 //#define STAR_ACL_SZ "-xfflags"11 //#define STAR_ACL_SZ ""12 // Enable the first line and disable the second if you are a Fedora Core 2 user13 10 14 11 /** … … 230 227 */ 231 228 #define MAX_TAPECAT_FNAME_LEN 32 232 233 //#define strcpy(y,x) strncpy(y, x, sizeof(y)-1)234 235 229 236 230 /** … … 346 340 #define ARCH_BUFFER_NUM (ARCH_THREADS*4) // Number of permissible queued afio files 347 341 #define FORTY_SPACES " " ///< 40 spaces. 348 ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).349 /*350 #define PPCFG_RAMDISK_SIZE 350351 */352 353 342 #define DO_MBR_PLEASE "/tmp/DO-MBR-PLEASE" 354 343 #define MONDO_MNTLISTCHG "/tmp/mountlist.changed"
Note:
See TracChangeset
for help on using the changeset viewer.