From af16369cd594e64abec0d662f0fdbfe487c212d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 2 Dec 2014 08:52:40 +0100 Subject: new release 1.8.15, Debian bug #766418), some other work --- debian/patches/115-lib_declarations.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 debian/patches/115-lib_declarations.patch (limited to 'debian/patches/115-lib_declarations.patch') diff --git a/debian/patches/115-lib_declarations.patch b/debian/patches/115-lib_declarations.patch deleted file mode 100644 index 8fc1356..0000000 --- a/debian/patches/115-lib_declarations.patch +++ /dev/null @@ -1,23 +0,0 @@ -Description: Correct function declarations -Author: Jörg Frings-Fürst -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749913 -Last-Update: 2014-05-31 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/lib/ipmi_kontronoem.c -=================================================================== ---- trunk.orig/lib/ipmi_kontronoem.c 2014-03-28 13:36:21.000000000 +0100 -+++ trunk/lib/ipmi_kontronoem.c 2014-05-31 10:25:10.583475442 +0200 -@@ -53,9 +53,9 @@ - uint8_t id, uint32_t offset, uint32_t length, - uint8_t *frubuf); - extern int write_fru_area(struct ipmi_intf * intf, struct fru_info *fru, -- unsigned char id, unsigned int soffset, -- unsigned int doffset, unsigned int length, -- unsigned char *pFrubuf); -+ uint8_t id, uint16_t soffset, -+ uint16_t doffset, uint16_t length, -+ uint8_t *pFrubuf); - - extern char * get_fru_area_str(uint8_t * data, uint32_t * offset); - -- cgit v1.2.3