[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.20 and 1.21

version 1.20, 2010/01/12 23:22:13 version 1.21, 2015/10/10 15:08:49
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)
           perror("pledge");
   
     /* 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.20  
changed lines
  Added in v.1.21