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

Diff for /src/usr.bin/infocmp/infocmp.c between version 1.21 and 1.22

version 1.21, 2015/10/10 15:08:49 version 1.22, 2015/11/11 02:52:46
Line 1282 
Line 1282 
     bool init_analyze = FALSE;      bool init_analyze = FALSE;
     bool suppress_untranslatable = FALSE;      bool suppress_untranslatable = FALSE;
   
     if (pledge("stdio rpath", NULL) == -1)      if (pledge("stdio rpath", NULL) == -1) {
         perror("pledge");          perror("pledge");
           exit(1);
       }
   
     /* where is the terminfo database location going to default to? */      /* where is the terminfo database location going to default to? */
     restdir = firstdir = 0;      restdir = firstdir = 0;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22