Mail Archives: cygwin-developers/1998/08/18/17:30:31
I committed this change. Thanks!
-gjn
On Sun, Aug 16, 1998 at 07:44:23PM +1000, Trevor Yann wrote:
> It seems that processor type is reported the same under both windows 95 and
> windows 98. This fix allows the processor type to be reported correctly
> under Windows 98.
>
> uname.cc (uname): report processor type for win98
>
> diff -ur winsup.original/uname.cc winsup/uname.cc
> --- winsup.original/uname.cc Wed Jun 10 00:55:02 1998
> +++ winsup/uname.cc Sun Aug 16 19:39:32 1998
> @@ -67,6 +67,7 @@
> switch (os_being_run)
> {
> case win95:
> + case win98:
> /* dwProcessorType only valid in Windows 95 */
> if ((sysinfo.dwProcessorType == PROCESSOR_INTEL_386) ||
> (sysinfo.dwProcessorType == PROCESSOR_INTEL_486) ||
--
Geoffrey Noer
noer AT cygnus DOT com
- Raw text -