Subject: Re: xdm(1) src/x11 build notes
To: None <tech-x11@NetBSD.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-x11
Date: 03/22/2004 09:08:25
In article <200403221214.30630.rtr@twentynine.org>,
	Tyler Retzlaff <rtr@twentynine.org> writes:
> Just to follow this up, prngc.c is only built if !HasArc4Random so
> the native build should perhaps be setting HasArc4Random?

It is supposed to use it:

#if (OSMajorVersion >= 2 || \
      (OSMajorVersion == 1 && OSMinorVersion == 6 && OSTeenyVersion >= 2))
# define HasArc4random
#endif

Unfortunately that declaration isn't correct because it should read
"HasArc4Random" und must be defined to "YES". I've just fixed it.

	Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/