Browse Source

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

Paul Eggert 25 years ago
parent
commit
a3f819a9d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rmt.h

+ 1 - 1
src/rmt.h

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