From 5ec2f12d860971da97ada8f810a0ed87ac609e94 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 21 Feb 2005 07:20:13 +0000 Subject: New header guards. --- cpukit/posix/include/mqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/include/mqueue.h') diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h index 0f2d584cca..1927b8da95 100644 --- a/cpukit/posix/include/mqueue.h +++ b/cpukit/posix/include/mqueue.h @@ -6,8 +6,8 @@ * $Id$ */ -#ifndef __POSIX_MESSAGE_QUEUE_h -#define __POSIX_MESSAGE_QUEUE_h +#ifndef _MQUEUE_H +#define _MQUEUE_H #ifdef __cplusplus extern "C" { -- cgit v1.2.3