summaryrefslogtreecommitdiff
path: root/security/pgp2/patches/patch-ab
blob: 8a15c4ee11b0b36dddb07286d7ba63a2886e43e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.2 2000/02/05 04:35:51 wiz Exp $
--- sparc.S.orig	Sun Jun 20 21:52:19 1999
+++ sparc.S	Sun Jun 20 21:53:04 1999
@@ -7,7 +7,7 @@
 !
 ! other sources must be compiled with UNIT32 and HIGHFIRST defined
 !
-#ifndef SYSV
+#if !defined(SYSV) && !defined(__ELF__)
 #ifdef __STDC__
 #define ENTRY(name)	_##name ; _##name##:
 #else