Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/04/2003 17:42:37
Module Name:	src
Committed By:	martin
Date:		Sat Jan  4 15:42:36 UTC 2003

Modified Files:
	src/sys/miscfs/procfs: procfs_vnops.c

Log Message:
Cast off_t expression to long long to match format even on 64 bit
plattforms.

Shouldn't we introduce a PRIoff_t macro to create such format strings?


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/miscfs/procfs/procfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.