summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/ftpfs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 10:11:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 10:11:10 +0000
commitc58c2ca414b73fc9bb0df623c3927040696e135b (patch)
treec91a512a3437e12e85468dd7021fdccc46af311e /cpukit/libnetworking/rtems/ftpfs.h
parent2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c58c2ca414b73fc9bb0df623c3927040696e135b.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/libnetworking/rtems/ftpfs.h')
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index ffa0bf602f..bc928a33f5 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -20,8 +20,8 @@
* $Id$
*/
-#ifndef _FTP_DRIVER_H
-#define _FTP_DRIVER_H
+#ifndef _RTEMS_FTPFS_H
+#define _RTEMS_FTPFS_H
#ifdef __cplusplus
extern "C" {