From a3f819a9d705c4f3d2e792d09b0684ab1428162b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 13 Dec 1999 04:52:26 +0000 Subject: [PATCH] (REM_BIAS): Increase from 128 to (1 << 30). --- src/rmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmt.h b/src/rmt.h index 17a2a2f..a01a630 100644 --- a/src/rmt.h +++ b/src/rmt.h @@ -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 -- 2.45.2