mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
1998-03-31 Philippe De Muyter <phdm@macqel.be>
* vfs.h: compilation fix for m68k-motorola-sysv
This commit is contained in:
parent
6ac7fbc179
commit
4e74ed86d0
@ -1,3 +1,7 @@
|
||||
1998-03-31 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* vfs.h: compilation fix for m68k-motorola-sysv
|
||||
|
||||
Wed Mar 25 19:01:48 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||
|
||||
* extfs/hp48: Added a usage summary
|
||||
|
10
vfs/vfs.h
10
vfs/vfs.h
@ -4,7 +4,15 @@
|
||||
#if !defined(SCO_FLAVOR) || !defined(_SYS_SELECT_H)
|
||||
# include <sys/time.h> /* alex: this redefines struct timeval */
|
||||
#endif /* SCO_FLAVOR */
|
||||
#include <utime.h>
|
||||
|
||||
#ifdef HAVE_UTIME_H
|
||||
# include <utime.h>
|
||||
#else
|
||||
struct utimbuf {
|
||||
time_t actime;
|
||||
time_t modtime;
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef USE_VFS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user