From 017aab3338870df4b068ce0b5f597cf1650099ac Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@gnu.kitenet.net>
Date: Fri, 12 Jun 2009 00:21:27 -0400
Subject: [PATCH] shouldn't need undef here

---
 Debian/Debhelper/Dh_Buildsystems.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index d79034b..8e9920f 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -137,7 +137,7 @@ sub buildsystems_list {
 
 	# List buildsystems (including auto and specified status)
 	my ($auto, $specified);
-	my @buildsystems = load_all_buildsystems(undef);
+	my @buildsystems = load_all_buildsystems();
 	for my $inst (@buildsystems) {
 		my $is_specified = defined $opt_buildsys && $opt_buildsys eq $inst->NAME();
 		if (! defined $specified && defined $opt_buildsys && $opt_buildsys eq $inst->NAME()) {
-- 
2.39.5