pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib An int is not guarantee...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6351cdb32c45
branches: trunk
changeset: 551368:6351cdb32c45
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Dec 14 10:18:16 2008 +0000
description:
An int is not guaranteed to be 64bit and in fact isn't on most
platforms.
diffstat:
pkgtools/pkg_install/files/lib/dewey.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9eff69df7f7c -r 6351cdb32c45 pkgtools/pkg_install/files/lib/dewey.c
--- a/pkgtools/pkg_install/files/lib/dewey.c Sun Dec 14 09:06:13 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/dewey.c Sun Dec 14 10:18:16 2008 +0000
@@ -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 @@
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)
{
Home |
Main Index |
Thread Index |
Old Index