From 017ec60782b24ce1a466ee4f109c56a127c93f38 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Feb 2005 13:26:23 +0000 Subject: New header guards. --- cpukit/libmisc/untar/untar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/untar') diff --git a/cpukit/libmisc/untar/untar.h b/cpukit/libmisc/untar/untar.h index 64aae14163..839b5008b7 100644 --- a/cpukit/libmisc/untar/untar.h +++ b/cpukit/libmisc/untar/untar.h @@ -8,8 +8,8 @@ * $Id$ */ -#ifndef __UNTAR_H__ -#define __UNTAR_H__ +#ifndef _RTEMS_UNTAR_H +#define _RTEMS_UNTAR_H #include #include @@ -46,4 +46,4 @@ _rtems_tar_header_checksum(const char *bufr); } #endif -#endif /* __UNTAR_H__ */ +#endif /* _RTEMS_UNTAR_H */ -- cgit v1.2.3