=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.119 retrieving revision 1.120 diff -c -r1.119 -r1.120 *** src/usr.bin/mandoc/cgi.c 2022/07/06 17:19:57 1.119 --- src/usr.bin/mandoc/cgi.c 2022/12/26 19:16:02 1.120 *************** *** 1,4 **** ! /* $OpenBSD: cgi.c,v 1.119 2022/07/06 17:19:57 schwarze Exp $ */ /* * Copyright (c) 2014-2019, 2021, 2022 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: cgi.c,v 1.120 2022/12/26 19:16:02 jmc Exp $ */ /* * Copyright (c) 2014-2019, 2021, 2022 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons *************** *** 1092,1098 **** /* * The "rpath" pledge could be revoked after mparse_readfd() ! * if the file desciptor to "/footer.html" would be opened * up front, but it's probably not worth the complication * of the code it would cause: it would require scattering * pledge() calls in multiple low-level resp_*() functions. --- 1092,1098 ---- /* * The "rpath" pledge could be revoked after mparse_readfd() ! * if the file descriptor to "/footer.html" would be opened * up front, but it's probably not worth the complication * of the code it would cause: it would require scattering * pledge() calls in multiple low-level resp_*() functions.