[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9eccdb8

The following commit has been merged in the master branch:
commit 9eccdb81865e462850c36fd465733daf07969721
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Apr 23 02:47:36 2008 +0000

    Define pid_t using a typedef instead of #define in Windows environments (Robin Mills).
---
 src/exv_msvc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exv_msvc.h b/src/exv_msvc.h
index c6ac1b9..7f08533 100644
--- a/src/exv_msvc.h
+++ b/src/exv_msvc.h
@@ -32,7 +32,7 @@
 #define EXV_PACKAGE_VERSION "0.16"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
-#define pid_t int
+typedef int pid_t;
 
 #ifndef EXV_COMMERCIAL_VERSION
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list