Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:vlefebvre:unified
systemd
xrealloc-fix-declaration.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xrealloc-fix-declaration.patch of Package systemd
diff -Ppdru systemd-v255.4+suse.22.g56b53b17bc/src/boot/efi/util.h systemd-v255.4+suse.22.g56b53b17bc-new/src/boot/efi/util.h --- systemd-v255.4+suse.22.g56b53b17bc/src/boot/efi/util.h 2024-04-15 17:18:16.953140910 +0200 +++ systemd-v255.4+suse.22.g56b53b17bc-new/src/boot/efi/util.h 2024-04-15 17:19:46.152259851 +0200 @@ -61,7 +61,7 @@ static inline void **xrealloc_extra_k_it return (void**)xrealloc(p, (current_size + 1) * item_size, new_size); } -#define xrealloc_extra_item(type, p, current_size) ((type **) xrealloc_extra_k_items(p, current_size, sizeof(type), 1)) +#define xrealloc_extra_item(type, p, current_size) ((type **) xrealloc_extra_k_items(p, sizeof(type *), current_size, 1)) #define xnew(type, n) ((type *) xmalloc_multiply((n), sizeof(type))) typedef struct { diff: systemd-v255.4+suse.22.g56b53b17bc/test/testdata: recursive directory loop
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor