You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/sys-fs/jfsutils/files/jfsutils-1.1.15-linux-heade...

14 lines
318 B

https://sourceforge.net/p/jfs/bugs/286/
https://bugs.gentoo.org/448844
--- a/libfs/devices.h
+++ b/libfs/devices.h
@@ -42,6 +42,7 @@
struct stat;
+#include <stdint.h>
int ujfs_get_dev_size(FILE *, int64_t * size);
int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t);
int ujfs_flush_dev(FILE *);