diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 08:52:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 08:52:40 +0100 |
commit | af16369cd594e64abec0d662f0fdbfe487c212d5 (patch) | |
tree | 6ad054d0ac2d95f392cf3d4994b8d204e3c2c4bf /debian/patches/115-lib_declarations.patch | |
parent | 096a497b36f208fb68a12c7ae7576ca0a69f919d (diff) |
new release 1.8.15, Debian bug #766418), some other work
Diffstat (limited to 'debian/patches/115-lib_declarations.patch')
-rw-r--r-- | debian/patches/115-lib_declarations.patch | 23 |
1 files changed, 0 insertions, 23 deletions
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 <debian@jff-webhosting.net> -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); - |