summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmount/main.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:20 +0000
commit80450c70748ed12f18dc6185949b5137e7cb7401 (patch)
treeeebfa0eed42b59c1bd41193aeebf4699e328ccc9 /testsuites/psxtests/psxmount/main.c
parent * mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-80450c70748ed12f18dc6185949b5137e7cb7401.tar.bz2
* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxmount/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmount/main.c b/testsuites/psxtests/psxmount/main.c
index 8bf5f72b7f..5ca91e8158 100644
--- a/testsuites/psxtests/psxmount/main.c
+++ b/testsuites/psxtests/psxmount/main.c
@@ -32,6 +32,6 @@ rtems_task Init(
#define CONFIGURE_INIT
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of file */