mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fileio/init.c: Unconditionally define MIN (We *do want* to see error messages if it conflicts).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* fileio/init.c: Unconditionally define MIN (We *do want* to see
|
||||
error messages if it conflicts).
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
|
||||
|
||||
@@ -92,9 +92,7 @@ fstab_t fs_table[] = {
|
||||
}
|
||||
};
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) (((a) > (b)) ? (b) : (a))
|
||||
#endif
|
||||
|
||||
#define USE_SHELL
|
||||
|
||||
@@ -596,5 +594,3 @@ Init (rtems_task_argument ignored)
|
||||
|
||||
fileio_menu();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user