From 1e1dadd38d90c0b6fec378ed3b98d1a6264e2362 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 4 Oct 2009 02:08:26 +0000 Subject: [PATCH] merge ntfs-3g.probe updates from HEAD --- src/ntfs-3g.probe.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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,