From 4068c5e4a3eb0f47ec3cb4ee4fad5dd2edb9de6f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 24 Mar 2003 23:14:15 +0000 Subject: Add support for OS/2, contributed by Andreas Buening Also a small patch from Hartmut Becker for VMS. --- vpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpath.c') diff --git a/vpath.c b/vpath.c index 5e04d08..7dae82d 100644 --- a/vpath.c +++ b/vpath.c @@ -247,7 +247,7 @@ construct_vpath_list (char *pattern, char *dirpath) len = p - v; /* Make sure there's no trailing slash, but still allow "/" as a directory. */ -#ifdef __MSDOS__ +#if defined(__MSDOS__) || defined(__EMX__) /* We need also to leave alone a trailing slash in "d:/". */ if (len > 3 || (len > 1 && v[1] != ':')) #endif -- cgit v1.2.3