merge ntfs-3g.probe updates from HEAD
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