Rename the "docroot" variable to "path" because it will be used for
authorreyk <reyk@openbsd.org>
Thu, 31 Jul 2014 13:28:15 +0000 (13:28 +0000)
committerreyk <reyk@openbsd.org>
Thu, 31 Jul 2014 13:28:15 +0000 (13:28 +0000)
commite0dc983e264ac42cb5363e1d06c161ee4bb33b4a
treee99bce5ba55c8bbeecc39abc913eed8ba8ddc52a
parent435dc7cdb664bd7ae3de23127b6601b662f24f0b
Rename the "docroot" variable to "path" because it will be used for
either files or the fastcgi socket (and there's no need to use a union yet).
usr.sbin/httpd/config.c
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/server_file.c