From ab0fb2fa6fafbd5f6b214bebc9f78da74bfe7ce5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 7 Jan 1995 16:55:30 +0000 Subject: (ar_name_equal) [cray]: Subtract 1 like [__hpux]. --- arscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arscan.c') diff --git a/arscan.c b/arscan.c index 48fbaa8..a3dce83 100644 --- a/arscan.c +++ b/arscan.c @@ -429,11 +429,11 @@ ar_name_equal (name, mem, truncated) struct ar_hdr hdr; return !strncmp (name, mem, sizeof (hdr.ar_name) - -#ifndef __hpux +#if !defined (__hpux) && !defined (cray) 1 #else 2 -#endif /* __hpux */ +#endif /* !__hpux && !cray */ ); #endif } -- cgit v1.2.3