[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Wrong "Hades" provider in MiNTlib's function sysinfo( )



Hi,

In MiNTlib's function sysinfo( ) it is used "Hades" as a provider when
it should be "Medusa". I guess it's too late to correct this?

#define _HW_PROVIDER_ATARI 0
#define _HW_PROVIDER_MILAN 1
#define _HW_PROVIDER_HADES 2
#define _HW_PROVIDER_ARANYM 3
#define _HW_PROVIDER_UNKNOWN 4
static char* hw_providers[] = {
  "atari",
  "milan",
  "hades",
  "aranym",
  "unknown"

http://sparemint.org/cgi-bin/cvsweb/mintlib/unix/sysinfo.c?rev=1.11&content-type=text/x-cvsweb-markup