Bug 28322

Summary: Patch to fix bootstrap/autoconf warning + Fix uninitialized variable in src/swap.c
Product: systemd Reporter: Christian Ruppert <idl0r>
Component: generalAssignee: Lennart Poettering <lennart>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: configure.ac.patch
swap.c.patch

Description Christian Ruppert 2010-05-30 04:23:24 UTC
Created attachment 35954 [details]
configure.ac.patch

./bootstrap.sh
<snip>
configure.ac:272: warning: AC_OUTPUT should be used without arguments.
configure.ac:272: You should run autoupdate.
</snip>

make
<snip>
src/swap.c: In function ‘swap_add_one’:
src/swap.c:249: warning: ‘delete’ may be used uninitialized in this function [-Wuninitialized]
</snip>
Comment 1 Christian Ruppert 2010-05-30 04:23:41 UTC
Created attachment 35955 [details] [review]
swap.c.patch
Comment 2 Lennart Poettering 2010-06-02 09:55:20 UTC
Thanks, both patches applied.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.