mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
360 B
C
14 lines
360 B
C
$NetBSD: patch-src_p__exe.h,v 1.2 2012/05/02 06:45:14 adam Exp $
|
|
|
|
--- src/p_exe.h.orig 2002-06-01 13:20:17.000000000 +0200
|
|
+++ src/p_exe.h 2012-01-11 15:33:21.472848400 +0100
|
|
@@ -105,7 +105,7 @@ protected:
|
|
enum {
|
|
NORELOC = 1,
|
|
USEJUMP = 2,
|
|
- SS = 4,
|
|
+ upx_SS = 4,
|
|
SP = 8,
|
|
MINMEM = 16,
|
|
MAXMEM = 32
|