Add missing #ifdef fixing OSX build. (#503334, patch from Richard Hult)

2007-12-17  Alexander Larsson  <alexl@redhat.com>

        * gunixmounts.c:
	Add missing #ifdef fixing OSX build.
	(#503334, patch from Richard Hult)



svn path=/trunk/; revision=6141
This commit is contained in:
Alexander Larsson 2007-12-17 10:53:53 +00:00 committed by Alexander Larsson
parent f4add8f0fa
commit 6ad96b3677
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-12-17 Alexander Larsson <alexl@redhat.com>
* gunixmounts.c:
Add missing #ifdef fixing OSX build.
(#503334, patch from Richard Hult)
2007-12-14 David Zeuthen <davidz@redhat.com>
* Makefile.am:

View File

@ -1938,6 +1938,7 @@ _resolve_symlink (const char *file)
return f;
}
#ifdef HAVE_MNTENT_H
static const char *
_resolve_dev_root (void)
{
@ -1998,6 +1999,7 @@ _resolve_dev_root (void)
found:
return real_dev_root;
}
#endif
#define __G_UNIX_MOUNTS_C__
#include "gioaliasdef.c"