Commit 2c70f9dd by Douglas B Rupp Committed by Geert Bosch

* adaint.c: Do not use utime.h on vxworks.

From-SVN: r47636
parent 5f10688f
2001-12-04 Douglass B. Rupp <rupp@gnat.com>
* adaint.c: Do not use utime.h on vxworks.
2001-12-04 Arnaud Charlet <charlet@gnat.com> 2001-12-04 Arnaud Charlet <charlet@gnat.com>
* Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
......
...@@ -935,7 +935,8 @@ __gnat_set_file_time_name (name, time_stamp) ...@@ -935,7 +935,8 @@ __gnat_set_file_time_name (name, time_stamp)
char *name; char *name;
time_t time_stamp; time_t time_stamp;
{ {
#if defined (__EMX__) || defined (MSDOS) || defined (_WIN32) #if defined (__EMX__) || defined (MSDOS) || defined (_WIN32) \
|| defined (__vxworks)
#elif defined (VMS) #elif defined (VMS)
struct FAB fab; struct FAB fab;
struct NAM nam; struct NAM nam;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment