(REM_BIAS): Increase from 128 to (1 << 30).

This commit is contained in:
Paul Eggert
1999-12-13 04:52:26 +00:00
parent f0429c4a22
commit a3f819a9d7

View File

@@ -37,7 +37,7 @@ int rmt_ioctl__ PARAMS ((int, int, char *));
#define _isrmt(Fd) \
((Fd) >= __REM_BIAS)
#define __REM_BIAS 128
#define __REM_BIAS (1 << 30)
#ifndef O_CREAT
# define O_CREAT 01000