Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 10/14/1998 17:29:52
Module Name:	src
Committed By:	ross
Date:		Thu Oct 15 00:29:52 UTC 1998

Modified Files:
	src/libexec/lfs_cleanerd: library.c misc.c print.c
Log Message:
Cast quad_t and off_t objects to (long long) for printing with %q.
(Fix a sort-of-LP64 egcs printf warning.)

It's unfortunate that off_t and quad_t don't print with %q. I wonder
what would happen if alpha changed these from long -> long long? It's
the same actual size in bits either way.