mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
AOSP: Always define HAVE_SYS_SYSMACROS_H on Android.
This is needed after 3fb715b554
which
conditionally included sysmacros.h.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Change-Id: I52e3da4d9ea0f5efbf685a9c4a266f33357f8d8c
From AOSP commit: a5deff7b7ee15a5ba5d65516326ce4c42daa1027
This commit is contained in:
parent
dfae277e8b
commit
c4062e7acf
@ -28,6 +28,7 @@
|
||||
#define HAVE_UTIME_H 1
|
||||
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
#define HAVE_SYS_SYSMACROS_H 1
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
@ -64,5 +65,4 @@
|
||||
# define HAVE_PWRITE64 1
|
||||
# define HAVE_SETMNTENT 1
|
||||
# define HAVE_SYS_PRCTL_H 1
|
||||
# define HAVE_SYS_SYSMACROS_H 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user