Subject: Re: V1.4.1 Compile Problem
To: Dennis Langenfeld <dlangenf@harris.com>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 02/03/2000 19:41:50
On Thu, Feb 03, 2000 at 09:40:56AM -0700, Dennis Langenfeld wrote:

> Coincidently, just prior to including zbusvar.h in clock.c is :
> #include <amiga/dev/rtc.h>      <--- file patched for Y2K.
> #include <amiga/dev/zbusvar.h>
> 
> I have been able to successfully compile and run a GENERIC after applying
> the Y2K file patches.  I then edited the GENERIC config file (see
> attached).  BTW, why weren't the Y2K updated rtc.h, a2kbbc.c, and a3kbbc.c
> files (e.g., in a .tgz) posted on the NetBSD site instead of a diff file?

But they are!

E.g., on the NetBSD ftp servers:

/pub/NetBSD/NetBSD-current/src/sys/arch/amiga/dev/rtc.h	(for -current)
/pub/NetBSD/NetBSD-release/src/sys/arch/amiga/dev/rtc.h	(for the upcoming 1.4.2)

insert the other file names instead of rtc.h.

The diff is for the convenience of people which dont run -current, and want
to apply it to an old (1.3.something or old 1.4) source tree, and for people
who want to see what the difference is.

Regards,
	-is