From f7f3fe7fe7233a2ffc43106c48f44cbbd82b7c19 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 28 Jun 2007 18:59:05 -0400 Subject: Remove the remnants of OS/2 support. This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9. --- hw/xfree86/loader/loadmod.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hw/xfree86/loader/loadmod.c') diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index ea559aaa5..1b5c717fd 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -118,12 +118,7 @@ static char **defaultPathList = NULL; static Bool PathIsAbsolute(const char *path) { -#ifdef __UNIXOS2__ - return (*path == '/' || (strlen(path) > 2 && isalpha(elem[0]) && - elem[1] == ':' && elem[2] == '/')); -#else return (*path == '/'); -#endif } /* -- cgit v1.2.3