From: Serge Hallyn Date: Wed, 21 Dec 2016 18:44:59 +0000 (-0600) Subject: Update _COMMONIO_H and _SHADOWIO_H to drop leading underscore X-Git-Tag: 4.5~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5701e147efd58953f4d911d860f85ca39a0fda91;p=thirdparty%2Fshadow.git Update _COMMONIO_H and _SHADOWIO_H to drop leading underscore Closes #23 Signed-off-by: Serge Hallyn --- diff --git a/lib/commonio.h b/lib/commonio.h index cb4e96167..40e5708f2 100644 --- a/lib/commonio.h +++ b/lib/commonio.h @@ -31,8 +31,8 @@ */ /* $Id$ */ -#ifndef _COMMONIO_H -#define _COMMONIO_H +#ifndef COMMONIO_H +#define COMMONIO_H #ifdef WITH_SELINUX #include diff --git a/lib/shadowio.h b/lib/shadowio.h index 229dfdb47..5384b1ddd 100644 --- a/lib/shadowio.h +++ b/lib/shadowio.h @@ -31,8 +31,8 @@ */ /* $Id$ */ -#ifndef _SHADOWIO_H -#define _SHADOWIO_H +#ifndef SHADOWIO_H +#define SHADOWIO_H #include "defines.h"