Commented out all references to 'version.h' in the 'extra' utilities until libntfs-3g supports such functionality.
parent
07bc8d9d17
commit
196f7f6461
|
@ -71,7 +71,7 @@
|
|||
#include <ntfs-3g/layout.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
typedef gcry_sexp_t ntfs_rsa_private_key;
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
#include <ntfs-3g/logging.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
typedef struct {
|
||||
BOOL is_volume;
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
#include <ntfs-3g/logging.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
static const char *EXEC_NAME = "ntfsmftalloc";
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#include "utils.h"
|
||||
#include "ntfsmove.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
static const char *EXEC_NAME = "ntfsmove";
|
||||
static struct options opts;
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
#include "utils.h"
|
||||
#include "attrdef.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
const char *EXEC_NAME = "ntfstruncate";
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
#include "ntfswipe.h"
|
||||
#include "utils.h"
|
||||
#include "version.h"
|
||||
/* #include "version.h" */
|
||||
|
||||
static const char *EXEC_NAME = "ntfswipe";
|
||||
static struct options opts;
|
||||
|
|
Loading…
Reference in New Issue