artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aa510
)
wrong prototype, it's called as an OO method
author
espie
<espie@openbsd.org>
Sun, 8 Oct 2023 09:16:39 +0000
(09:16 +0000)
committer
espie
<espie@openbsd.org>
Sun, 8 Oct 2023 09:16:39 +0000
(09:16 +0000)
usr.sbin/pkg_add/OpenBSD/Tracker.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/Tracker.pm
b/usr.sbin/pkg_add/OpenBSD/Tracker.pm
index
4075193
..
5554ac2
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/Tracker.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/Tracker.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: Tracker.pm,v 1.3
2 2023/10/07 09:10:03
espie Exp $
+# $OpenBSD: Tracker.pm,v 1.3
3 2023/10/08 09:16:39
espie Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@@
-53,7
+53,7
@@
sub dump2($set)
join(",", $set->hint_names));
}
-sub dump()
+sub dump(
$
)
{
return unless defined $s;
for my $l ('to_install', 'to_update') {