/[dynamips]/upstream/dynamips-0.2.6-RC3/dev_vtty.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC3/dev_vtty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC1/dev_vtty.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.6-RC2/dev_vtty.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC
# Line 236  int vtty_parse_serial_option(vtty_serial Line 236  int vtty_parse_serial_option(vtty_serial
236     return(0);     return(0);
237  }  }
238    
239  #if defined(__CYGWIN__)  #if defined(__CYGWIN__) || defined(SUNOS)
240  void cfmakeraw(struct termios *termios_p) {  void cfmakeraw(struct termios *termios_p) {
241      termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|      termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|
242                              INLCR|IGNCR|ICRNL|IXON);                              INLCR|IGNCR|ICRNL|IXON);

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26