$OpenBSD: patch-cgi_cgi_h,v 1.5 2016/04/28 15:34:14 sthen Exp $
--- cgi/cgi.h.orig	Thu Dec  1 03:57:32 2005
+++ cgi/cgi.h	Thu Apr 28 16:33:48 2016
@@ -267,11 +267,11 @@ FILE *cgi_filehandle (CGI *cgi, const char *form_name)
  *              removed from future versions in favor of some sort of
  *              user error mechanism.
  * Input: cgi - a pointer to a CGI struct
- *        err - a NEOERR (see util/neo_err.h for details)
+ *        nerr - a NEOERR (see util/neo_err.h for details)
  * Output: None
  * Return: None
  */
-void cgi_neo_error (CGI *cgi, NEOERR *err);
+void cgi_neo_error (CGI *cgi, NEOERR *nerr);
 
 /*
  * Function: cgi_error - display an error string to the user
