pkgsrc/security/skey/patches/patch-aj
2011-01-04 14:20:00 +00:00

15 lines
341 B
Text

$NetBSD: patch-aj,v 1.1 2011/01/04 14:20:00 obache Exp $
* defined(%hash) is deprecated.
--- fixpaths.orig 2001-05-10 16:10:49.000000000 +0000
+++ fixpaths
@@ -26,7 +26,7 @@ while ($_=$ARGV[0], /^-/) {
}
} # while parsing arguments
-if (!defined(%def)) {
+if (!%def) {
die ("$0: nothing to do - no substitutions listed!\n");
}