From 84e8f95743199deec9db0a87da517252af3cd6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Thu, 20 Mar 2008 01:24:24 +0100 Subject: Detect whether the underlying FS supports xattrs No support for xattrs is treated the same as a file having no xattrs on a file system which does support xattrs. This should fix Debian BR #470184 --- metaentry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metaentry.h') diff --git a/metaentry.h b/metaentry.h index c2c9e01..22f061e 100644 --- a/metaentry.h +++ b/metaentry.h @@ -18,7 +18,7 @@ * */ -/* Data structure to hold all metadata for a file */ +/* Data structure to hold all metadata for a file/dir */ struct metaentry { struct metaentry *next; char *path; -- cgit v1.2.1