From 2c40043c434b883a0bfce7d777a028ae0da6d25f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 14 Jun 2010 21:05:52 +0000 Subject: make include guard names consistent throughout the source and avoid conflicts with system headers git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1140 ef36b2f9-881f-0410-afb5-c4e39611909c --- common/tio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/tio.h') diff --git a/common/tio.h b/common/tio.h index 25dbce9..22c099c 100644 --- a/common/tio.h +++ b/common/tio.h @@ -33,8 +33,8 @@ */ -#ifndef _TIO_H -#define _TIO_H +#ifndef COMMON__TIO_H +#define COMMON__TIO_H #include #include @@ -78,4 +78,4 @@ void tio_mark(TFILE *fp); were full). */ int tio_reset(TFILE *fp); -#endif /* _TIO_H */ +#endif /* COMMON__TIO_H */ -- cgit v1.2.3