mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix includes in UNIX.
This commit is contained in:
@@ -26,7 +26,6 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include "../darwin/darwin.h"
|
||||
#else
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include "../log.h"
|
||||
|
||||
@@ -37,7 +37,7 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include "../include/defs.h"
|
||||
#include "../log.h"
|
||||
#include "unix.h"
|
||||
#include "volume.h"
|
||||
|
||||
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
|
||||
#include "../linux/linux.h"
|
||||
|
||||
@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef AARU_FSTESTER_SETTER_UNIX_H
|
||||
#define AARU_FSTESTER_SETTER_UNIX_H
|
||||
#ifndef AARU_FSTESTER_SETTER_UNIX_VOLUME_H
|
||||
#define AARU_FSTESTER_SETTER_UNIX_VOLUME_H
|
||||
|
||||
#ifndef ADFS_SUPER_MAGIC
|
||||
#define ADFS_SUPER_MAGIC 0xadf5
|
||||
@@ -349,4 +349,4 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#define _XIAFS_SUPER_MAGIC 0x012fd16d
|
||||
#endif
|
||||
|
||||
#endif // AARU_FSTESTER_SETTER_UNIX_H
|
||||
#endif // AARU_FSTESTER_SETTER_UNIX_VOLUME_H
|
||||
Reference in New Issue
Block a user