From 6eb6d1ef3cedcd6f868aece161688972e39c7b92 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 14 Dec 2008 10:18:16 +0000 Subject: An int is not guaranteed to be 64bit and in fact isn't on most platforms. --- pkgtools/pkg_install/files/lib/dewey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/lib/dewey.c b/pkgtools/pkg_install/files/lib/dewey.c index a6ece428ea2..a133b414535 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.9 2008/12/14 10:18:16 rillig 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) { -- cgit v1.2.3