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

Diff for /src/usr.bin/ypmatch/ypmatch.c between version 1.15 and 1.16

version 1.15, 2015/01/16 06:40:15 version 1.16, 2015/02/08 23:40:35
Line 93 
Line 93 
                         domainname = optarg;                          domainname = optarg;
                         break;                          break;
                 case 't':                  case 't':
                         notrans++;                          notrans = 1;
                         break;                          break;
                 case 'k':                  case 'k':
                         key++;                          key = 1;
                         break;                          break;
                 default:                  default:
                         usage();                          usage();

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16