Re: [AD] [AL] More SGI weirdness, and XVideo |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Patches for IRIX detection. Note that I'm *not* 100% sure about the IRIX
> ID - I believe that's what IRIX32 returns as it's system name, but I only
> have access to an IRIX64 box at the moment.
Commited.
> diff -r ./include/allegro/system.h
> ../allegro-4.1.7/include/allegro/system.h
> 58d57
> < #define OSTYPE_IRIX AL_ID('I','R','I','X')
> diff -r ./src/unix/usystem.c ../allegro-4.1.7/src/unix/usystem.c
> 184,186d183
> < else if ((!strcmp(utsn.sysname, "IRIX"))||(!strcmp(utsn.sysname,
> "IRIX64"))) {
> < os_type = OSTYPE_IRIX;
> < }
Post patches in unified format (diff -u), it's much more readable.
--
Eric Botcazou