From b0b486a25f8cd39410436025dddc96948c389efd Mon Sep 17 00:00:00 2001
From: Glen Barber <gjb@FreeBSD.org>
Date: Tue, 5 Nov 2013 20:25:10 +0000
Subject: [PATCH] After updating oldred, cross my my fingers and remove
 getopts.pl requirement so the PR search page works again.

Hat(s):		doceng, clusteradm
Sponsored by:	The FreeBSD Foundation
---
 en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
index 1eb2cfbada..fc5b4052fa 100755
--- a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
@@ -16,7 +16,6 @@ $closed_too    = 0;
 require './cgi-lib.pl';
 require './cgi-style.pl';
 require './query-pr-lib.pl';
-require 'getopts.pl';
 
 if (!$ENV{'QUERY_STRING'} or $ENV{'QUERY_STRING'} eq 'query') {
 	print &html_header("Query $project problem reports");