mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
f4add8f0fa
commit
6ad96b3677
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user