Bugfix by Jrgen Weigert

This commit is contained in:
Sergey Poznyakoff
2004-04-20 11:06:35 +00:00
parent 3087f4c1c9
commit f5461e304c

View File

@@ -34,7 +34,7 @@ int rmt_ioctl__ (int, int, char *);
#define _remdev(Path) \
(!force_local_option && (rmt_path__ = strchr (Path, ':')) \
&& rmt_path__ > (Path) && ! memchr (Path, rmt_path__ - (Path), '/'))
&& rmt_path__ > (Path) && ! memchr (Path, '/', rmt_path__ - (Path)))
#define _isrmt(Fd) \
((Fd) >= __REM_BIAS)