This commit is contained in:
Ralf Corsepius
2005-02-04 14:57:00 +00:00
parent 376dfb1afa
commit 75a7f310d9

12
cpukit/backward/ftpd.h Normal file
View File

@@ -0,0 +1,12 @@
/**
* @file ftpd.h
* @deprecated
*/
#ifndef __ftpd_h
#define __ftpd_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <ftpd.h> is deprecated, use <rtems/ftpd.h> instead
#endif
#include <rtems/ftpd.h>
#endif