Use S_ISREG(), since S_IFMT and S_IFREG are apprarently missing on some
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Nov 2004 13:50:31 +0000 (13:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Nov 2004 13:50:31 +0000 (13:50 +0000)
commit035484a411d67390b0a40d6fa5ce77d112ac5a49
tree39e82948c1029cfbe2483b75fbd0080ac3cb5c27
parent2691609ffc6f647f0c5a51dd41d9dc9efd60ebcd
Use S_ISREG(), since S_IFMT and S_IFREG are apprarently missing on some

2004-11-15  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c (g_key_file_load_from_fd): Use S_ISREG(), since
S_IFMT and S_IFREG are apprarently missing on some systems (they
are SUS, but not Posix).  (#158263)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gkeyfile.c