Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/system-shutdown: include correct prototype for die #7531

Merged
merged 1 commit into from Sep 30, 2019

Conversation

zyga
Copy link
Collaborator

@zyga zyga commented Sep 30, 2019

This is a follow up to the conflicting definition of die() problem from
several weeks ago. For whatever reason our builds were not catching the
second incompatible prototype of die(). This patch removes the leftover
and adds missing include directives.

Signed-off-by: Zygmunt Krynicki me@zygoon.pl

This is a follow up to the conflicting definition of die() problem from
several weeks ago. For whatever reason our builds were not catching the
second incompatible prototype of die(). This patch removes the leftover
and adds missing include directives.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
@zyga zyga added the Simple 😃 A small PR which can be reviewed quickly label Sep 30, 2019
Copy link
Contributor

@stolowski stolowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mvo5 mvo5 merged commit 796ee76 into snapcore:master Sep 30, 2019
@zyga zyga deleted the tweak/die-cleanup branch September 30, 2019 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simple 😃 A small PR which can be reviewed quickly
Projects
None yet
3 participants