OK...fixed it

Mark Neill (neill@Trenton.EDU)
Thu, 28 Sep 1995 14:59:26 -0400 (EDT)


The problem with the time.c file is this:
The patch creates the new file to replace the time.c in
arch/alpha/kernel and arch/i386/kernel. Apparently, though, neither of
them exist. So both patches are written to one file, time.c, in the
directory the patch is applied from. In addition, there are 2 routines,
time_init and do_gettimeofday, are duplicated in linux/kernel/time.c.
Both arch/i386/kernel/time.c and kernel/time.c need to be present, so the
routines need to be removed from one of the files and placed in only one.

--Mark