rpms/dumpasn1/F-13 dumpasn1_fix_BYTE.patch,NONE,1.1

François Kooman fkooman at fedoraproject.org
Fri Jun 11 12:52:30 UTC 2010


Author: fkooman

Update of /cvs/pkgs/rpms/dumpasn1/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv485

Added Files:
	dumpasn1_fix_BYTE.patch 
Log Message:
forgot to add patch to cvs

dumpasn1_fix_BYTE.patch:
 dumpasn1.c |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE dumpasn1_fix_BYTE.patch ---
--- dumpasn1.c.orig	2010-04-24 11:52:40.000000000 +0200
+++ dumpasn1.c	2010-06-11 14:37:38.628043182 +0200
@@ -156,6 +156,10 @@
   #define min(a,b)		( ( a ) < ( b ) ? ( a ) : ( b ) )
 #endif /* !min */
 
+#ifndef BYTE
+  typedef unsigned char BYTE; 
+#endif
+
 /* Macros to avoid problems with sign extension */
 
 #define byteToInt( x )	( ( unsigned char ) ( x ) )



More information about the scm-commits mailing list