diff options
| author | hannken <hannken@NetBSD.org> | 2003-05-29 08:13:41 +0000 |
|---|---|---|
| committer | hannken <hannken@NetBSD.org> | 2003-05-29 08:13:41 +0000 |
| commit | 5c19a0665ca0068501de0528728bec37d9e2f36b (patch) | |
| tree | 815085c271940e363c8b98d3c5036a986c3e3411 /sys | |
| parent | d3706e51e459d10ec6d47b913da077946f6719bc (diff) | |
Change "%qu" to "PRIu64" to make it compile on sparc64.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/miscfs/procfs/procfs_linux.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_linux.c b/sys/miscfs/procfs/procfs_linux.c index dafe8fafd4c..3aecb7d0010 100644 --- a/sys/miscfs/procfs/procfs_linux.c +++ b/sys/miscfs/procfs/procfs_linux.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_linux.c,v 1.7 2003/05/28 18:03:16 christos Exp $ */ +/* $NetBSD: procfs_linux.c,v 1.8 2003/05/29 08:13:41 hannken Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.7 2003/05/28 18:03:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.8 2003/05/29 08:13:41 hannken Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -152,7 +152,7 @@ procfs_do_pid_stat(struct proc *p, struct lwp *l, struct pfsnode *pfs, "%u " "%lu %lu %lu %lu %lu %lu %lu %lu " "%d %d %d " - "%lu %lu %lu %lu %qu " + "%lu %lu %lu %lu %" PRIu64 " " "%lu %lu %lu " "%u %u " "%u %u %u %u " |
