Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix comment for arg types of sys_profil().
details: https://anonhg.NetBSD.org/src/rev/a039413eeae4
branches: trunk
changeset: 749916:a039413eeae4
user: dsl <dsl%NetBSD.org@localhost>
date: Sat Dec 12 17:48:54 2009 +0000
description:
Fix comment for arg types of sys_profil().
diffstat:
sys/kern/subr_prof.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 1c9715a4f26c -r a039413eeae4 sys/kern/subr_prof.c
--- a/sys/kern/subr_prof.c Sat Dec 12 17:47:05 2009 +0000
+++ b/sys/kern/subr_prof.c Sat Dec 12 17:48:54 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_prof.c,v 1.43 2007/12/20 23:03:10 dsl Exp $ */
+/* $NetBSD: subr_prof.c,v 1.44 2009/12/12 17:48:54 dsl Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_prof.c,v 1.43 2007/12/20 23:03:10 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_prof.c,v 1.44 2009/12/12 17:48:54 dsl Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -219,8 +219,8 @@
{
/* {
syscallarg(char *) samples;
- syscallarg(u_int) size;
- syscallarg(u_int) offset;
+ syscallarg(size_t) size;
+ syscallarg(u_long) offset;
syscallarg(u_int) scale;
} */
struct proc *p = l->l_proc;
Home |
Main Index |
Thread Index |
Old Index