diff --git a/src/ntfs-3g.probe.c b/src/ntfs-3g.probe.c index 8981c064..592abd76 100644 --- a/src/ntfs-3g.probe.c +++ b/src/ntfs-3g.probe.c @@ -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 +#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,