| 34 |
* SUCH DAMAGE. |
* SUCH DAMAGE. |
| 35 |
*/ |
*/ |
| 36 |
|
|
| 37 |
#ifndef lint |
#include <sys/param.h> |
|
#if 0 |
|
|
static const char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; |
|
|
#else |
|
|
static const char rcsid[] = "$OpenBSD: tty_subs.c,v 1.12 2003/06/02 23:32:09 millert Exp $"; |
|
|
#endif |
|
|
#endif /* not lint */ |
|
|
|
|
|
#include <sys/types.h> |
|
| 38 |
#include <sys/time.h> |
#include <sys/time.h> |
| 39 |
#include <sys/stat.h> |
#include <sys/stat.h> |
|
#include <sys/param.h> |
|
| 40 |
#include <fcntl.h> |
#include <fcntl.h> |
| 41 |
#include <stdio.h> |
#include <stdio.h> |
| 42 |
#include <errno.h> |
#include <errno.h> |
| 47 |
#include "extern.h" |
#include "extern.h" |
| 48 |
#include <stdarg.h> |
#include <stdarg.h> |
| 49 |
|
|
| 50 |
|
__SCCSID("@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"); |
| 51 |
|
__RCSID("$MirOS: src/bin/pax/tty_subs.c,v 1.2 2007/02/17 04:52:41 tg Exp $"); |
| 52 |
|
|
| 53 |
/* |
/* |
| 54 |
* routines that deal with I/O to and from the user |
* routines that deal with I/O to and from the user |
| 55 |
*/ |
*/ |