Skip to content
Snippets Groups Projects
Commit 343dee27 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

kluge to fix statfs

Rev: src/modules/files/efuns.c:1.39
parent b4d583bc
No related branches found
Tags v0.5b1-971204-1630
No related merge requests found
......@@ -99,6 +99,10 @@ void f_file_stat(INT32 args)
}
}
#if !defined(HAVE_STRUCT_STATFS) && !defined(HAVE_STRUCT_FS_DATA)
#undef HAVE_STATFS
#endif
#if defined(HAVE_STATVFS) || defined(HAVE_STATFS) || defined(HAVE_USTAT)
#ifdef HAVE_SYS_STATVFS_H
/* Kludge for broken SCO headerfiles */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment