mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove unneeded conditional.
This commit is contained in:
@@ -25,8 +25,6 @@ Copyright (C) 2011-2021 Natalia Portillo
|
|||||||
#ifndef AARU_FSTESTER_SETTER_UNIX_H
|
#ifndef AARU_FSTESTER_SETTER_UNIX_H
|
||||||
#define AARU_FSTESTER_SETTER_UNIX_H
|
#define AARU_FSTESTER_SETTER_UNIX_H
|
||||||
|
|
||||||
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)
|
|
||||||
|
|
||||||
#ifndef ADFS_SUPER_MAGIC
|
#ifndef ADFS_SUPER_MAGIC
|
||||||
#define ADFS_SUPER_MAGIC 0xadf5
|
#define ADFS_SUPER_MAGIC 0xadf5
|
||||||
#endif
|
#endif
|
||||||
@@ -407,6 +405,4 @@ Copyright (C) 2011-2021 Natalia Portillo
|
|||||||
#define Y2KTIMESTAMP 0x386D4380
|
#define Y2KTIMESTAMP 0x386D4380
|
||||||
#define Y1KTIMESTAMP 0x386D437F
|
#define Y1KTIMESTAMP 0x386D437F
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // AARU_FSTESTER_SETTER_UNIX_H
|
#endif // AARU_FSTESTER_SETTER_UNIX_H
|
||||||
|
|||||||
Reference in New Issue
Block a user