summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/ftpd.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:40:16 +0000
commitf26145b8007f458d29b297f5b286954fb8f090e4 (patch)
treea614de79ab19e34db785e22f90054828a7cb3658 /cpukit/ftpd/ftpd.h
parentNew. (diff)
downloadrtems-f26145b8007f458d29b297f5b286954fb8f090e4.tar.bz2
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 756/rtems * ftpd/ftpd.c, ftpd/ftpd.h, ftpd/Makefile.am: New (relocated from /c/src/libnetworking/ftpd) * ftpd/ftd.h: New header guards. * ftpd/Makefile.am: Install libftd.a, install ftp.h to rtems/ftp.h. * configure.ac: Add ftpd/Makefile. * Makefile.am: Add ftpd.
Diffstat (limited to '')
-rw-r--r--cpukit/ftpd/ftpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/ftpd/ftpd.h b/cpukit/ftpd/ftpd.h
index e429e9baf4..445780452c 100644
--- a/cpukit/ftpd/ftpd.h
+++ b/cpukit/ftpd/ftpd.h
@@ -4,8 +4,8 @@
* $Id$
*/
-#ifndef __FTPD_H__
-#define __FTPD_H__
+#ifndef _RTEMS_FTPD_H
+#define _RTEMS_FTPD_H
#define FTPD_CONTROL_PORT 21
@@ -53,4 +53,4 @@ struct rtems_ftpd_configuration
int rtems_initialize_ftpd();
-#endif /* __FTPD_H__ */
+#endif /* _RTEMS_FTPD_H */