From 5701e147efd58953f4d911d860f85ca39a0fda91 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 21 Dec 2016 12:44:59 -0600 Subject: [PATCH] Update _COMMONIO_H and _SHADOWIO_H to drop leading underscore Closes #23 Signed-off-by: Serge Hallyn --- lib/commonio.h | 4 ++-- lib/shadowio.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"