Changeset 55b87a0 in mainline
- Timestamp:
- 2019-01-09T20:30:14Z (6 years ago)
- Children:
- fb5f28e
- Parents:
- adc07b5
- Location:
- uspace
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/untar.c
radc07b5 r55b87a0 45 45 typedef struct { 46 46 const char *dev; 47 47 48 48 service_id_t sid; 49 49 aoff64_t offset; -
uspace/drv/bus/usb/ohci/ohci_regs.h
radc07b5 r55b87a0 153 153 * ohci_regs_t.control 154 154 */ 155 155 156 156 /* Control-bulk service ratio */ 157 157 #define C_CBSR_1_1 (0x0) -
uspace/lib/pcut/src/os/generic.c
radc07b5 r55b87a0 121 121 FORMAT_COMMAND(command, PCUT_COMMAND_LINE_BUFFER_SIZE - 1, 122 122 self_path, (test)->id, tempfile_name); 123 123 124 124 PCUT_DEBUG("Will execute <%s> (temp file <%s>) with system().", 125 125 command, tempfile_name); -
uspace/lib/untar/untar.c
radc07b5 r55b87a0 154 154 return rc; 155 155 } 156 156 157 157 while (true) { 158 158 tar_header_raw_t header_raw;
Note:
See TracChangeset
for help on using the changeset viewer.