[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:09 UTC 2017


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

The following commit has been merged in the master branch:
commit d6017b7c66a195c2f04f3ea1c8b00f4641469a57
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jan 1 16:23:38 2008 +0000

    #535: Removed unnecessary declarations and defines.
---
 src/private.h | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/src/private.h b/src/private.h
index afacb36..199c17f 100644
--- a/src/private.h
+++ b/src/private.h
@@ -129,36 +129,11 @@ static char	privatehid[] = "@(#)private.h	7.53";
 
 #endif /* !defined FILENAME_MAX */
 
-/*
-** SunOS 4.1.1 libraries lack remove.
-*/
-
-#ifndef remove
-extern int	unlink P((const char * filename));
-#define remove	unlink
-#endif /* !defined remove */
-
-/*
-** Some ancient errno.h implementations don't declare errno.
-** But some newer errno.h implementations define it as a macro.
-** Fix the former without affecting the latter.
-*/
-#ifndef errno
-extern int errno;
-#endif /* !defined errno */
+/* ahu: deleted unlink declaration and remove define */
 
-/*
-** Private function declarations.
-*/
-char *	icalloc P((int nelem, int elsize));
-char *	icatalloc P((char * old, const char * new));
-char *	icpyalloc P((const char * string));
-char *	imalloc P((int n));
-void *	irealloc P((void * pointer, int size));
-void	icfree P((char * pointer));
-void	ifree P((char * pointer));
-char *	scheck P((const char *string, const char *format));
+/* ahu: deleted errno declaration */
 
+/* ahu: deleted private function declarations */
 
 /*
 ** Finally, some convenience items.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list