artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0519eae
)
profil() args have changed type..
author
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 05:43:37 +0000
(
05:43
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 05:43:37 +0000
(
05:43
+0000)
sys/kern/subr_prof.c
patch
|
blob
|
history
diff --git
a/sys/kern/subr_prof.c
b/sys/kern/subr_prof.c
index
f8b7bc5
..
85c07cb
100644
(file)
--- a/
sys/kern/subr_prof.c
+++ b/
sys/kern/subr_prof.c
@@
-1,4
+1,4
@@
-/* $NetBSD: subr_prof.c,v 1.
7 1995/10/07 06:28:33 mycroft Exp $
*/
+/* $NetBSD: subr_prof.c,v 1.
8 1995/11/22 23:07:26 cgd Exp $
*/
/*-
* Copyright (c) 1982, 1986, 1993
@@
-153,8
+153,8
@@
sys_profil(p, v, retval)
{
register struct sys_profil_args /* {
syscallarg(caddr_t) samples;
- syscallarg(
u_in
t) size;
- syscallarg(u_
int
) offset;
+ syscallarg(
size_
t) size;
+ syscallarg(u_
long
) offset;
syscallarg(u_int) scale;
} */ *uap = v;
register struct uprof *upp;