From d9db7b7b0e0d1be63e294d781e30ce14c01c5f19 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 9 May 1999 17:56:43 +0000 Subject: [PATCH] (NO_WTMP_FILE): Define it. --- src/s/irix5-2.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h index 2ab6765c95b..4d7509f8d54 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h @@ -11,3 +11,8 @@ /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 on Irix 5.3. I don't know which Irix version that need starts with. */ #define NEED_LIBW + +/* Looking at the wtmp file in filelock.c causes a crash + for jpff@maths.bath.ac.uk. + Note that irix6-0.h does not include this file, only irix5-0.h. */ +#define NO_WTMP_FILE -- 2.39.2