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

Diff for /src/usr.bin/signify/signify.c between version 1.112 and 1.113

version 1.112, 2016/09/02 17:27:31 version 1.113, 2016/09/02 21:12:03
Line 798 
Line 798 
         argc -= optind;          argc -= optind;
         argv += optind;          argv += optind;
   
           if (embedded && gzip)
                   errx(1, "can't combine -e and -z options");
   
         if (setvbuf(stdout, NULL, _IOLBF, 0) != 0)          if (setvbuf(stdout, NULL, _IOLBF, 0) != 0)
                 err(1, "setvbuf");                  err(1, "setvbuf");
   

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113