From 7b4c342bfb880e5e7c364adfdfdb7ede47822524 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 2 Jun 1993 01:44:10 +0000 Subject: [PATCH] fix ugliness of missing _ characters --- sys/sys/acctbuf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/sys/acctbuf.h b/sys/sys/acctbuf.h index d415541c7a49..8e933a2b1a46 100644 --- a/sys/sys/acctbuf.h +++ b/sys/sys/acctbuf.h @@ -24,11 +24,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: acctbuf.h,v 1.2 1993/05/20 16:21:45 cgd Exp $ + * $Id: acctbuf.h,v 1.3 1993/06/02 01:44:10 cgd Exp $ */ -#ifndef _SYS_ACCTBUF_H -#define _SYS_ACCTBUF_H +#ifndef _SYS_ACCTBUF_H_ +#define _SYS_ACCTBUF_H_ #define ACCT_BSIZE 4096 #define ACCT_NBRECS ((ACCT_BSIZE / sizeof(struct acct)) - 1) @@ -63,4 +63,4 @@ extern void acctbuf_checkbuf(char *); #endif /* ACCOUNTING */ #endif -#endif /* _SYS_ACCTBUF_H */ +#endif /* _SYS_ACCTBUF_H_ */