From ba79c0f2384ec9346343c506cf1e193f5b792e29 Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Fri, 25 Jun 1999 22:43:13 +0200
Subject: [PATCH] Added HAVE_STATFS_F_FSID

Rev: src/modules/files/acconfig.h:1.15
---
 src/modules/files/acconfig.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h
index 1cdbd919b0..1a17ae9120 100644
--- a/src/modules/files/acconfig.h
+++ b/src/modules/files/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.14 1999/06/23 19:08:01 grubba Exp $
+ * $Id: acconfig.h,v 1.15 1999/06/25 20:43:13 per Exp $
  */
 
 #ifndef FILE_MACHINE_H
@@ -35,6 +35,9 @@
 /* Define if your statvfs struct has the f_fstr member */
 #undef HAVE_STATVFS_F_FSTR
 
+/* Define if your statfs struct has the f_fsid member */
+#undef HAVE_STATFS_F_FSID
+
 /* Define if your statvfs struct has the member f_basetype */
 #undef HAVE_STATVFS_F_BASETYPE
 
-- 
GitLab