summaryrefslogtreecommitdiff
path: root/security/pgp2/patches/patch-ab
blob: 2722572bcf5bcb86be1585d071186cb19df9d83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.3 2005/12/01 20:19:57 wiz Exp $
--- sparc.S.orig	1994-10-13 18:33:04.000000000 +0100
+++ sparc.S
@@ -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