projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1dd3bf
)
(ar_name_equal) [cray]: Subtract 1 like [__hpux].
author
Roland McGrath
<roland@redhat.com>
Sat, 7 Jan 1995 16:55:30 +0000
(16:55 +0000)
committer
Roland McGrath
<roland@redhat.com>
Sat, 7 Jan 1995 16:55:30 +0000
(16:55 +0000)
arscan.c
patch
|
blob
|
history
diff --git
a/arscan.c
b/arscan.c
index 48fbaa8ca812c3910d0771d4d1a8b5438b5d728a..a3dce83c329e237dbda29424a270770fb2448acb 100644
(file)
--- 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) -
-#if
ndef __hpux
+#if
!defined (__hpux) && !defined (cray)
1
#else
2
-#endif /*
__hpux
*/
+#endif /*
!__hpux && !cray
*/
);
#endif
}