From af413e957e55641d6325895d25948d9317eb4e26 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Nov 2004 11:06:03 +0000 Subject: 2004-11-21 Ralf Corsepius * rtems/score/types.h: Use __rtems_score_types_h as preprocessor guard. --- cpukit/score/cpu/unix/ChangeLog | 5 +++++ cpukit/score/cpu/unix/rtems/score/types.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index 17839c3625..892f65190e 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index d35a5bda05..a2046ccb95 100644 --- a/cpukit/score/cpu/unix/rtems/score/types.h +++ b/cpukit/score/cpu/unix/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __UNIX_TYPES_h -#define __UNIX_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM -- cgit v1.2.3