From 4a062c00bdeb3dd9b62734af4c2875f918a3bf1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:45:34 +0000 Subject: [PATCH] *** empty log message *** --- src/rmt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rmt.h b/src/rmt.h index 36b4f8b..09879ac 100644 --- a/src/rmt.h +++ b/src/rmt.h @@ -46,7 +46,7 @@ extern off_t lseek(); #define rmtfcntl fcntl #define rmtisatty isatty -#else +#else /* !NO_REMOTE */ #define __REM_BIAS 128 #define RMTIOCTL @@ -88,4 +88,4 @@ extern char *strchr(); #define rmtisatty(fd) (_isrmt(fd) ? 0 : isatty(fd)) #undef RMTIOCTL -#endif +#endif /* !NO_REMOTE */ -- 2.45.2