[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/cgi.c between version 1.180 and 1.181

version 1.180, 2022/07/06 17:21:04 version 1.181, 2023/04/28 19:11:03
Line 1097  main(void)
Line 1097  main(void)
 #if HAVE_PLEDGE  #if HAVE_PLEDGE
         /*          /*
          * The "rpath" pledge could be revoked after mparse_readfd()           * The "rpath" pledge could be revoked after mparse_readfd()
          * if the file desciptor to "/footer.html" would be opened           * if the file descriptor to "/footer.html" would be opened
          * up front, but it's probably not worth the complication           * up front, but it's probably not worth the complication
          * of the code it would cause: it would require scattering           * of the code it would cause: it would require scattering
          * pledge() calls in multiple low-level resp_*() functions.           * pledge() calls in multiple low-level resp_*() functions.

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

CVSweb