summaryrefslogtreecommitdiff
path: root/archivers/upx/patches/patch-ab
blob: e67630acb87255fbd532f1ff4ee7b8ae80d5337a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2004/01/11 20:18:39 ben Exp $

--- src/conf.h.orig	2002-10-14 11:53:00.000000000 -0700
+++ src/conf.h
@@ -109,7 +109,7 @@
 #    define UPX_E_OK      UCL_E_OK
 #    define UPX_E_ERROR   UCL_E_ERROR
 #    define UPX_E_OUT_OF_MEMORY UCL_E_OUT_OF_MEMORY
-#    define __UPX_ENTRY   __UCL_ENTRY
+#    define __UPX_ENTRY   __UCL_CDECL
 #  endif
 #endif
 #if defined(WITH_NRV)