summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-12-28 00:55:47 +0000
committerjoerg <joerg>2008-12-28 00:55:47 +0000
commit87226b8ed347ff9718e32fd717a8121289caaea7 (patch)
treef6e8747d8d7e1d9d2ba21bde28bdfcb078fddf45
parent853b8915d974d3e67e0bce1b552f0a6ea002f9c2 (diff)
downloadpkgsrc-87226b8ed347ff9718e32fd717a8121289caaea7.tar.gz
Sync with HEAD.
-rw-r--r--pkgtools/pkg_install/files/lib/dewey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/dewey.c b/pkgtools/pkg_install/files/lib/dewey.c
index a6ece428ea2..f9815c46e1b 100644
--- a/pkgtools/pkg_install/files/lib/dewey.c
+++ b/pkgtools/pkg_install/files/lib/dewey.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dewey.c,v 1.8 2007/09/27 13:30:28 joerg Exp $ */
+/* $NetBSD: dewey.c,v 1.8.8.1 2008/12/28 00:55:47 joerg Exp $ */
/*
* Copyright © 2002 Alistair G. Crooks. All rights reserved.
@@ -173,7 +173,7 @@ mkcomponent(arr_t *ap, const char *num)
return 1;
}
-/* make a version number string into an array of comparable 64bit ints */
+/* make a version number string into an array of comparable ints */
static int
mkversion(arr_t *ap, const char *num)
{