PrintJob: make struct print_file_header packed.
* also struct _page_header_: on x86_64, these would align to 8 bytes, which the code doesn't handle well. * remove beos leftovers.
This commit is contained in:
@@ -18,7 +18,7 @@ struct print_file_header {
|
||||
off_t first_page;
|
||||
|
||||
int32 _reserved[3];
|
||||
};
|
||||
} _PACKED;
|
||||
|
||||
struct _page_header_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user