summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_internal.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/rtems_bsdnet_internal.h
parent2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c58c2ca414b73fc9bb0df623c3927040696e135b.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet_internal.h')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 2f84138346..a43154a1f5 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -9,8 +9,8 @@
* $Id$
*/
-#ifndef _RTEMS_BSDNET_INTERNAL_H_
-#define _RTEMS_BSDNET_INTERNAL_H_
+#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
+#define _RTEMS_RTEMS_BSDNET_INTERNAL_H
#include <rtems.h>
@@ -197,4 +197,4 @@ int ioctl (int, int, ...);
# error "Network event conflict"
#endif
-#endif /* _RTEMS_BSDNET_INTERNAL_H_ */
+#endif /* _RTEMS_RTEMS_BSDNET_INTERNAL_H */