msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since these

are 0 for arm, define them as such to make msdosfs_conv.c compile
again on arm.
This commit is contained in:
imp 2005-07-27 21:19:28 +00:00
parent 8bbe23871b
commit 52bcb6f38c

View File

@ -29,4 +29,7 @@
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
#define wall_cmos_clock 0
#define adjkerntz 0
#endif /* !_MACHINE_CLOCK_H_ */