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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5701e147efd58953f4d911d860f85ca39a0fda91;p=shadow 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 cb4e9616..40e5708f 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 229dfdb4..5384b1dd 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"