SOURCES (AC-branch): dclib-include.patch (NEW) - uintN_t needs #in...

sparky sparky at pld-linux.org
Mon Jun 4 16:25:04 CEST 2007


Author: sparky                       Date: Mon Jun  4 14:25:04 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- uintN_t needs #include <inttypes.h>

---- Files affected:
SOURCES:
   dclib-include.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dclib-include.patch
diff -u /dev/null SOURCES/dclib-include.patch:1.1.2.1
--- /dev/null	Mon Jun  4 16:25:04 2007
+++ SOURCES/dclib-include.patch	Mon Jun  4 16:24:59 2007
@@ -0,0 +1,14 @@
+diff -Nur dclib-0.3.9.orig/dclib/hash/TigerHash.h dclib-0.3.9.include/dclib/hash/TigerHash.h
+--- dclib-0.3.9.orig/dclib/hash/TigerHash.h	2007-03-07 01:48:49.000000000 +0100
++++ dclib-0.3.9.include/dclib/hash/TigerHash.h	2007-06-04 15:23:40.000000000 +0200
+@@ -19,9 +19,7 @@
+ #if !defined(TIGER_HASH_H)
+ #define TIGER_HASH_H
+ 
+-#if _MSC_VER > 1000
+-#pragma once
+-#endif // _MSC_VER > 1000
++#include <inttypes.h>
+ 
+ class TigerHash {
+ public:
================================================================


More information about the pld-cvs-commit mailing list