Changeset 651
- Timestamp:
- Sep 7, 2003, 8:22:23 AM (22 years ago)
- 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
to1.3
r650 r651 1 1 /* cfgetisp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/termio.h> /* CBAUD */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/cfgetosp.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* cfgetosp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/termio.h> /* CBAUD */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/cfsetisp.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* cfsetisp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/cfsetosp.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* cfsetosp.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/cfsetspe.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* cfsetspe.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcdrain.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcdrain.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/ioctl.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcflow.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcflow.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/ioctl.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcflush.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcflush.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/ioctl.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcgetatt.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcgetatt.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <sys/ioctl.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcgetpgr.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* tcgetpgr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <unistd.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcsendbr.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcsendbr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcsetatt.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r650 r651 1 1 /* tcsetatt.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <termios.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/termios/tcsetpgr.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r650 r651 1 1 /* tcsetpgr.c (emx+gcc) -- Copyright (c) 1994-1995 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <unistd.h> 4 5 #include <errno.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.