Changeset 7423766b in rtems


Ignore:
Timestamp:
06/04/03 20:35:27 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b52d7bc
Parents:
85eb9544
Message:

2003-06-04 Joel Sherrill <joel@…>

  • pppd/system.h: Hack from Ralf to compile on all targets.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/samples/ChangeLog

    r85eb9544 r7423766b  
     12003-06-04      Joel Sherrill <joel@OARcorp.com>
     2
     3        * pppd/system.h: Hack from Ralf to compile on all targets.
     4
    152003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/tests/samples/pppd/system.h

    r85eb9544 r7423766b  
    44
    55#include <rtems.h>
     6
     7/* HACK */
     8#if defined(__i386__)
    69#include <tty_drv.h>
     10#endif
    711
    812/* functions */
     
    1620  CONSOLE_DRIVER_TABLE_ENTRY,
    1721  CLOCK_DRIVER_TABLE_ENTRY,
     22/* HACK */
     23#if defined(__i386__)
    1824  TTY1_DRIVER_TABLE_ENTRY,
    1925  TTY2_DRIVER_TABLE_ENTRY,
     26#endif
    2027  {NULL, NULL, NULL, NULL, NULL, NULL}
    2128};
  • testsuites/samples/ChangeLog

    r85eb9544 r7423766b  
     12003-06-04      Joel Sherrill <joel@OARcorp.com>
     2
     3        * pppd/system.h: Hack from Ralf to compile on all targets.
     4
    152003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/samples/pppd/system.h

    r85eb9544 r7423766b  
    44
    55#include <rtems.h>
     6
     7/* HACK */
     8#if defined(__i386__)
    69#include <tty_drv.h>
     10#endif
    711
    812/* functions */
     
    1620  CONSOLE_DRIVER_TABLE_ENTRY,
    1721  CLOCK_DRIVER_TABLE_ENTRY,
     22/* HACK */
     23#if defined(__i386__)
    1824  TTY1_DRIVER_TABLE_ENTRY,
    1925  TTY2_DRIVER_TABLE_ENTRY,
     26#endif
    2027  {NULL, NULL, NULL, NULL, NULL, NULL}
    2128};
Note: See TracChangeset for help on using the changeset viewer.