Changeset 651


Ignore:
Timestamp:
Sep 7, 2003, 8:22:23 AM (22 years ago)
Author:
zap
Message:

.

Location:
trunk/src/emx/src/lib/termios
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/termios/cfgetisp.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* cfgetisp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/termio.h>         /* CBAUD */
  • trunk/src/emx/src/lib/termios/cfgetosp.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* cfgetosp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/termio.h>         /* CBAUD */
  • trunk/src/emx/src/lib/termios/cfsetisp.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* cfsetisp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/termios/cfsetosp.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* cfsetosp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45
  • trunk/src/emx/src/lib/termios/cfsetspe.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* cfsetspe.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/termios/tcdrain.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcdrain.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/ioctl.h>
  • trunk/src/emx/src/lib/termios/tcflow.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcflow.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/ioctl.h>
  • trunk/src/emx/src/lib/termios/tcflush.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcflush.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/ioctl.h>
  • trunk/src/emx/src/lib/termios/tcgetatt.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcgetatt.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <sys/ioctl.h>
  • trunk/src/emx/src/lib/termios/tcgetpgr.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* tcgetpgr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <unistd.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/termios/tcsendbr.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcsendbr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/termios/tcsetatt.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r650 r651  
    11/* tcsetatt.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <termios.h>
    45#include <errno.h>
  • trunk/src/emx/src/lib/termios/tcsetpgr.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r650 r651  
    11/* tcsetpgr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <unistd.h>
    45#include <errno.h>
Note: See TracChangeset for help on using the changeset viewer.