New header guards.

This commit is contained in:
Ralf Corsepius
2005-02-07 13:26:23 +00:00
parent 1996aee7f0
commit 017ec60782

View File

@@ -8,8 +8,8 @@
* $Id$ * $Id$
*/ */
#ifndef __UNTAR_H__ #ifndef _RTEMS_UNTAR_H
#define __UNTAR_H__ #define _RTEMS_UNTAR_H
#include <stddef.h> #include <stddef.h>
#include <rtems/tar.h> #include <rtems/tar.h>
@@ -46,4 +46,4 @@ _rtems_tar_header_checksum(const char *bufr);
} }
#endif #endif
#endif /* __UNTAR_H__ */ #endif /* _RTEMS_UNTAR_H */