Add compat for cfmakeraw, from Dagobert Michelsen.

This commit is contained in:
Nicholas Marriott
2013-04-22 09:44:15 +01:00
parent a46ccbd883
commit 792e2856c9
4 changed files with 48 additions and 0 deletions

View File

@ -236,6 +236,11 @@ int setenv(const char *, const char *, int);
int unsetenv(const char *);
#endif
#ifndef HAVE_CFMAKERAW
/* cfmakeraw.c */
void cfmakeraw(struct termios *tio);
#endif
#ifdef HAVE_GETOPT
#include <getopt.h>
#else