Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#6698 closed defect (fixed)
Patch for make failure in ThreadedFileWriter.cpp
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Trunk 20832 fails to build for me with the following error message:
ThreadedFileWriter.cpp: In member function 'void ThreadedFileWriter::Sync()': ThreadedFileWriter.cpp:379: error: 'SYNC_FILE_RANGE_WRITE' was not declared in this scope
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | 200-Fix.ThreadedFileWriter.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20833]) define SYNC_FILE_RANGE_WRITE if !HAVE_SYNC_FILE_RANGE. Fixes #6698