X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flabel.h;h=1220b18965db29303e0ce58e872299fe866b1907;hb=e627440b41bb0284e4892f7aa9d84c77972487e2;hp=8d832f9a598c38849425dc2da331c7d0c4d6a9ad;hpb=c9bc07646100855ff8193e1e62c52b77327e264d;p=elogind.git diff --git a/src/shared/label.h b/src/shared/label.h index 8d832f9a5..1220b1896 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foolabelhfoo -#define foolabelhfoo +#pragma once /*** This file is part of systemd. @@ -46,5 +45,3 @@ int label_mkdir(const char *path, mode_t mode, bool apply); void label_retest_selinux(void); int label_bind(int fd, const struct sockaddr *addr, socklen_t addrlen); - -#endif