From: Paul Eggert Date: Mon, 13 Dec 1999 04:52:26 +0000 (+0000) Subject: (REM_BIAS): Increase from 128 to (1 << 30). X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a3f819a9d705c4f3d2e792d09b0684ab1428162b;p=chaz%2Ftar (REM_BIAS): Increase from 128 to (1 << 30). --- 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