SOURCES: perl-Data-UUID-types.patch - up to 0.13, rel 1, here work...

agaran agaran at pld-linux.org
Sun Feb 26 22:42:59 CET 2006


Author: agaran                       Date: Sun Feb 26 21:42:59 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 0.13, rel 1, here works properly

---- Files affected:
SOURCES:
   perl-Data-UUID-types.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/perl-Data-UUID-types.patch
diff -u SOURCES/perl-Data-UUID-types.patch:1.1 SOURCES/perl-Data-UUID-types.patch:1.2
--- SOURCES/perl-Data-UUID-types.patch:1.1	Sat May  8 21:03:10 2004
+++ SOURCES/perl-Data-UUID-types.patch	Sun Feb 26 22:42:54 2006
@@ -1,5 +1,5 @@
---- Data-UUID-0.11/UUID.h.orig	2003-08-27 21:38:35.000000000 +0200
-+++ Data-UUID-0.11/UUID.h	2004-05-08 21:00:28.956591060 +0200
+--- Data-UUID/UUID.h.orig	2006-02-21 13:04:53.000000000 +0100
++++ Data-UUID/UUID.h	2006-02-26 22:36:59.000000000 +0100
 @@ -2,6 +2,7 @@
  #    define  __UUID_H__
  
@@ -7,12 +7,12 @@
 +#include <stdint.h>
  #include <stdio.h>
  #include <stdlib.h>
- #include <unistd.h>
-@@ -59,11 +60,11 @@
+ #ifndef WIN32
+@@ -62,11 +63,11 @@
  
  #define CHECK(f1, f2) if (f1 != f2) RETVAL = f1 < f2 ? -1 : 1;
  
--typedef unsigned long      unsigned32;
+-typedef unsigned int       unsigned32;
 -typedef unsigned short     unsigned16;
 +typedef uint32_t           unsigned32;
 +typedef uint16_t           unsigned16;
@@ -20,6 +20,6 @@
  typedef unsigned char      byte;
 -typedef unsigned long long unsigned64_t;
 +typedef uint64_t           unsigned64_t;
- typedef unsigned64_t       uuid_time_t;
+ typedef unsigned64_t       perl_uuid_time_t;
  
  #if   defined __solaris__ || defined __linux__
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/perl-Data-UUID-types.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list