Changeset 1066 in MondoRescue for branches/stable/mondo/src/include
- Timestamp:
- Jan 23, 2007, 7:35:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/include/my-stuff.h
r1054 r1066 53 53 54 54 #include <stdlib.h> 55 /* BERLIOS56 #ifndef __USE_FILE_OFFSET6457 #define __USE_FILE_OFFSET6458 #endif59 #ifndef __USE_LARGEFILE6460 #define __USE_LARGEFILE6461 #endif62 */63 55 #include <sys/stat.h> 64 56 #include <fcntl.h> … … 79 71 #endif 80 72 #include <assert.h> 81 82 /*83 #if defined(DEBUG) && !__cplusplus84 int count;85 char trace_log[255];86 char *trace_log_ptr;87 #endif88 */89 73 90 74 #define STD_PREFIX "mondorescue" … … 210 194 211 195 /** 212 * @c mkisofs command to generate a bootable CD using LILO, except for -o option and the directory to image.213 */214 // -b images/mindi-boot.2880.img215 216 /**217 * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.218 */219 // -b images/mindi-boot.2880.img220 // Should replace 8192 by IA64_BOOT_SIZE221 222 /**223 196 * The stub name of the temporary ISO image to create, burn, and remove. 224 197 */ … … 332 305 #define VANILLA_SCSI_CDROM "/dev/cd0" 333 306 #define VANILLA_SCSI_TAPE "/dev/sa" 307 #define VANILLA_USB_DEVICE "/dev/hda" 334 308 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/vinum/" 335 309 #define RAID_DEVICE_STUB DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
Note:
See TracChangeset
for help on using the changeset viewer.