git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39430 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-02-29 21:14:57 +00:00
parent 10b3c0ff94
commit 279193b644

View file

@ -1240,7 +1240,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
#elif defined(__sun__)
*fileSystemType =
[[NSString alloc] initWithCString: m.f_basetype encoding: enc];
#elf !defined(__GNU__)
#elif !defined(__GNU__)
// FIXME we disable this for HURD, but we need to check for struct member in configure
*fileSystemType =
[[NSString alloc] initWithCString: m.f_fstypename encoding: enc];