[BACK]Return to sys_bsd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/sys_bsd.c between version 1.31 and 1.32

version 1.31, 2015/11/29 14:18:40 version 1.32, 2016/03/16 15:41:11
Line 181 
Line 181 
     case SLC_BRK:      case SLC_BRK:
     case SLC_EOR:      case SLC_EOR:
     default:      default:
         return((cc_t *)0);          return(NULL);
     }      }
 }  }
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32