Fix unzip's build after byteorder.h removal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,9 +42,9 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
/* For the new post-DR8 file attributes */
|
/* For the new post-DR8 file attributes */
|
||||||
#include <kernel/fs_attr.h>
|
#include <fs_attr.h>
|
||||||
#include <support/byteorder.h>
|
#include <ByteOrder.h>
|
||||||
#include <storage/Mime.h>
|
#include <Mime.h>
|
||||||
|
|
||||||
static uch *scanBeOSexfield OF((const uch *ef_ptr, unsigned ef_len));
|
static uch *scanBeOSexfield OF((const uch *ef_ptr, unsigned ef_len));
|
||||||
static int set_file_attrs( const char *, const unsigned char *, const off_t );
|
static int set_file_attrs( const char *, const unsigned char *, const off_t );
|
||||||
|
|||||||
Reference in New Issue
Block a user