forked from Imagelibrary/rtems
moved to new development machine and went to gcc 2.7.0
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:26 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:28 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:26 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:28 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ int uname(
|
|||||||
{
|
{
|
||||||
/* XXX: Here is what Solaris returns...
|
/* XXX: Here is what Solaris returns...
|
||||||
sysname = SunOS
|
sysname = SunOS
|
||||||
nodename = merlin
|
nodename = node_name
|
||||||
release = 5.3
|
release = 5.3
|
||||||
version = Generic_101318-12
|
version = Generic_101318-12
|
||||||
machine = sun4m
|
machine = sun4m
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ int uname(
|
|||||||
{
|
{
|
||||||
/* XXX: Here is what Solaris returns...
|
/* XXX: Here is what Solaris returns...
|
||||||
sysname = SunOS
|
sysname = SunOS
|
||||||
nodename = merlin
|
nodename = node_name
|
||||||
release = 5.3
|
release = 5.3
|
||||||
version = Generic_101318-12
|
version = Generic_101318-12
|
||||||
machine = sun4m
|
machine = sun4m
|
||||||
|
|||||||
@@ -21,10 +21,13 @@
|
|||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
#if defined(solaris2)
|
#if defined(solaris2)
|
||||||
|
/*
|
||||||
#undef _POSIX_C_SOURCE
|
#undef _POSIX_C_SOURCE
|
||||||
#define _POSIX_C_SOURCE 3
|
#define _POSIX_C_SOURCE 3
|
||||||
#undef __STRICT_ANSI__
|
#undef __STRICT_ANSI__
|
||||||
#define __STRICT_ANSI__
|
#define __STRICT_ANSI__
|
||||||
|
*/
|
||||||
|
#define __EXTENSIONS__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(linux)
|
#if defined(linux)
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <memory.h>
|
#include <string.h>
|
||||||
|
|
||||||
void init_rtc( void )
|
void init_rtc( void )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include <go32.h>
|
#include <go32.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
#include <memory.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define MAX_COL 80
|
#define MAX_COL 80
|
||||||
#define MAX_ROW 50
|
#define MAX_ROW 50
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* For solaris 2.4 */
|
||||||
|
#define __EXTENSIONS__
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ int uname(
|
|||||||
{
|
{
|
||||||
/* XXX: Here is what Solaris returns...
|
/* XXX: Here is what Solaris returns...
|
||||||
sysname = SunOS
|
sysname = SunOS
|
||||||
nodename = merlin
|
nodename = node_name
|
||||||
release = 5.3
|
release = 5.3
|
||||||
version = Generic_101318-12
|
version = Generic_101318-12
|
||||||
machine = sun4m
|
machine = sun4m
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ int uname(
|
|||||||
{
|
{
|
||||||
/* XXX: Here is what Solaris returns...
|
/* XXX: Here is what Solaris returns...
|
||||||
sysname = SunOS
|
sysname = SunOS
|
||||||
nodename = merlin
|
nodename = node_name
|
||||||
release = 5.3
|
release = 5.3
|
||||||
version = Generic_101318-12
|
version = Generic_101318-12
|
||||||
machine = sun4m
|
machine = sun4m
|
||||||
|
|||||||
@@ -21,10 +21,13 @@
|
|||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
#if defined(solaris2)
|
#if defined(solaris2)
|
||||||
|
/*
|
||||||
#undef _POSIX_C_SOURCE
|
#undef _POSIX_C_SOURCE
|
||||||
#define _POSIX_C_SOURCE 3
|
#define _POSIX_C_SOURCE 3
|
||||||
#undef __STRICT_ANSI__
|
#undef __STRICT_ANSI__
|
||||||
#define __STRICT_ANSI__
|
#define __STRICT_ANSI__
|
||||||
|
*/
|
||||||
|
#define __EXTENSIONS__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(linux)
|
#if defined(linux)
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:26 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:28 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:26 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:11 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.2 1995/05/31 16:44:28 joel
|
||||||
|
* fixing revision
|
||||||
|
*
|
||||||
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
* Revision 1.1.1.1 1995/05/11 17:35:12 joel
|
||||||
* Release 3.1.15
|
* Release 3.1.15
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user