diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 519fd1dc5c..d9bf3009e2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2005-01-28 Ralf Corsepius + + * libcsupport/include/inttypes.h: New header guard. + Fix doxygen preamble. + 2005-01-28 Ralf Corsepius * libcsupport/include/motorola/mc68230.h, diff --git a/cpukit/libcsupport/include/inttypes.h b/cpukit/libcsupport/include/inttypes.h index c1c69220ea..cef7db622f 100644 --- a/cpukit/libcsupport/include/inttypes.h +++ b/cpukit/libcsupport/include/inttypes.h @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 2004. + * COPYRIGHT (c) 2004, 2005. * Ralf Corsepius, Ulm/Germany. * * The license and distribution terms for this file may be @@ -10,11 +10,11 @@ */ /** - * @file sys/_inttypes.h + * @file inttypes.h */ -#ifndef __INTTYPES_H -#define __INTTYPES_H +#ifndef _INTTYPES_H +#define _INTTYPES_H #include