mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
merge ntfs-3g.probe updates from HEAD
This commit is contained in:
parent
4f8330f728
commit
1e1dadd38d
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* ntfs-3g.probe - Probe NTFS volume mountability
|
||||
*
|
||||
* Copyright (c) 2007 Szabolcs Szakacsits
|
||||
* Copyright (c) 2007-2009 Szabolcs Szakacsits
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -32,14 +32,10 @@
|
||||
#endif
|
||||
#include <getopt.h>
|
||||
|
||||
#include "compat.h"
|
||||
#include "volume.h"
|
||||
#include "utils.h"
|
||||
#include "misc.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
PROBE_UNSET,
|
||||
PROBE_READONLY,
|
||||
|
Loading…
Reference in New Issue
Block a user