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:
Jérôme Duval
2017-07-31 17:11:53 +02:00
parent 17683fa9b6
commit d9823ef5a0
6 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct print_file_header {
off_t first_page;
int32 _reserved[3];
};
} _PACKED;
struct _page_header_;