summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/tftp.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/tftp.h
parent2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c58c2ca414b73fc9bb0df623c3927040696e135b.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/libnetworking/rtems/tftp.h')
-rw-r--r--cpukit/libnetworking/rtems/tftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 538efa8531..0813d80431 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -23,8 +23,8 @@
* The `hostname' must be four dot-separated decimal values.
*/
-#ifndef _TFTP_FILESYSTEM_h
-#define _TFTP_FILESYSTEM_h
+#ifndef _RTEMS_TFTP_H
+#define _RTEMS_TFTP_H
#ifdef __cplusplus
extern "C" {