[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4822e4f
The following commit has been merged in the master branch:
commit 4822e4f97dafdb3688ea3486f48ab09af9e702aa
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Jul 9 04:01:26 2004 +0000
Deleted include sys/wait.h and WIFEXITED, WEXITSTATUS macros
---
src/private.h | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/src/private.h b/src/private.h
index 00e8596..8589adf 100644
--- a/src/private.h
+++ b/src/private.h
@@ -1,7 +1,7 @@
/*!
@file private.h
@brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/
- @version $Name: $ $Revision: 1.1 $
+ @version $Name: $ $Revision: 1.2 $
*/
#ifndef PRIVATE_H
@@ -46,16 +46,7 @@ static char privatehid[] = "@(#)private.h 7.53";
/* ahu: deleted include libintl.h */
-#if HAVE_SYS_WAIT_H - 0
-#include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
-#endif /* HAVE_SYS_WAIT_H - 0 */
-
-#ifndef WIFEXITED
-#define WIFEXITED(status) (((status) & 0xff) == 0)
-#endif /* !defined WIFEXITED */
-#ifndef WEXITSTATUS
-#define WEXITSTATUS(status) (((status) >> 8) & 0xff)
-#endif /* !defined WEXITSTATUS */
+/* ahu: deleted include sys/wait.h and WIFEXITED, WEXITSTATUS macros */
#if HAVE_UNISTD_H - 0
#include "unistd.h" /* for F_OK and R_OK */
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list