From 20d32448f7721997ead981b41d723ef654ebe836 Mon Sep 17 00:00:00 2001 From: Pavel Tsekov Date: Tue, 11 Sep 2007 08:37:51 +0000 Subject: [PATCH] * src/mountlist.c: Fix a warning issued by gcc. --- src/ChangeLog | 4 ++++ src/mountlist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e0cba53e3..a6509e936 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-11 Pavel Tsekov + + * mountlist.c: Fix a warning issued by gcc. + 2007-08-27 Oswald Buddenhagen * color.h: Add a new color pair. diff --git a/src/mountlist.c b/src/mountlist.c index 6a72ae3ca..bd9e8d9e5 100644 --- a/src/mountlist.c +++ b/src/mountlist.c @@ -173,7 +173,7 @@ static int xatoi (const char *cp) } #endif /* MOUNTED_GETMNTENT1 */ -#if MOUNTED_GETMNTINFO +#ifdef MOUNTED_GETMNTINFO #ifndef HAVE_STRUCT_STATFS_F_FSTYPENAME static char *fstype_to_string (short t)