X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fexit-status.h;h=3f42c15e3b97d071dd4b9483896a4c51b3e9e8d6;hp=813f1ce1b4a236a9e7fc4cc5b3bff77f928a36a4;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96 diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h index 813f1ce1b..3f42c15e3 100644 --- a/src/shared/exit-status.h +++ b/src/shared/exit-status.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooexitstatushfoo -#define fooexitstatushfoo +#pragma once /*** This file is part of systemd. @@ -82,5 +81,3 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level); bool is_clean_exit(int code, int status); bool is_clean_exit_lsb(int code, int status); - -#endif