summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-02-03 23:05:59 +0000
committerjbj <devnull@localhost>2005-02-03 23:05:59 +0000
commitaf7d1a9034ea08e9d730c066f92146468e07d980 (patch)
tree539611736979ef788d3f8232845c489b1ecd1c0d /system.h
parent087bd712534fc8055d8bbc2cdbafc3e5d4f85783 (diff)
downloadlibrpm-tizen-af7d1a9034ea08e9d730c066f92146468e07d980.tar.gz
librpm-tizen-af7d1a9034ea08e9d730c066f92146468e07d980.tar.bz2
librpm-tizen-af7d1a9034ea08e9d730c066f92146468e07d980.zip
- discover and use getmntinfo if present.
CVS patchset: 7741 CVS date: 2005/02/03 23:05:59
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index 87455f78b..f80ab0d3a 100644
--- a/system.h
+++ b/system.h
@@ -652,7 +652,7 @@ extern void unsetenv(const char *name);
#define lchown chown
#endif
-#if HAVE_GETMNTINFO_R || HAVE_MNTCTL
+#if HAVE_GETMNTINFO || HAVE_GETMNTINFO_R || HAVE_MNTCTL
# define GETMNTENT_ONE 0
# define GETMNTENT_TWO 0
# if HAVE_SYS_MNTCTL_H