From 8ff51798d0e36c3a13dc4f53eec784b92fb0cc4f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 05:14:20 +0000 Subject: New header guards. --- cpukit/include/rtems/fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/fs.h') diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h index 820630e343..6f4f54c259 100644 --- a/cpukit/include/rtems/fs.h +++ b/cpukit/include/rtems/fs.h @@ -11,8 +11,8 @@ * $Id$ */ -#ifndef __rtems_fstypes_h -#define __rtems_fstypes_h +#ifndef _RTEMS_FS_H +#define _RTEMS_FS_H #ifdef __cplusplus extern "C" { -- cgit v1.2.3