forked from pool/e2fsprogs
9c3893cce8
(bsc#1038194) - Add references from old package: Fix resize2fs-Fix-32-64-bit-overflow-when-multiplying-by-blocks-cl.patch in 1.42.12 (bsc#1009532) Fix libext2fs-fix-potential-buffer-overflow-in-closefs.patch in 1.42.13 (bsc#918346 CVE-2015-1572) Fix libext2fs-avoid-buffer-overflow-if-s_first_meta_bg-i.patch in 1.42.12 (bsc#915402 CVE-2015-0247) Got specfile fix through Factory (bsc#960273) Fix libext2fs-don-t-ignore-fsync-errors.patch in 1.43.4 (bsc#1038194) Rev SUSE:SLE-12-SP4:GA/2 Md5 9ff012c479fd9bfdaa0270cb441edbaf 2018-06-08 14:13:20 rtsvetkov None
13 lines
309 B
Diff
13 lines
309 B
Diff
Index: lib/ext2fs/ext2fs.h
|
|
===================================================================
|
|
--- lib/ext2fs/ext2fs.h.orig
|
|
+++ lib/ext2fs/ext2fs.h
|
|
@@ -62,6 +62,7 @@ extern "C" {
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#if EXT2_FLAT_INCLUDES
|
|
#include "e2_types.h"
|