summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-09-05 14:30:11 +0000
committerbde <bde@FreeBSD.org>1998-09-05 14:30:11 +0000
commit572c995dfc13769bc632b8506d8342f4c838c158 (patch)
treed706edfc7b86ae98885e2714b86eaa0978dce52b /sys/kern/subr_prof.c
parent668b45f6c603a28f3e5d672c89e9226189d44fc9 (diff)
downloadFreeBSD-src-572c995dfc13769bc632b8506d8342f4c838c158.zip
FreeBSD-src-572c995dfc13769bc632b8506d8342f4c838c158.tar.gz
Fixed bogotification of pseudocode for syscall args by rev.1.53 of
syscalls.master.
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 467b748..d0ecad7 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_prof.c 8.3 (Berkeley) 9/23/93
- * $Id: subr_prof.c,v 1.26 1998/05/01 16:40:20 bde Exp $
+ * $Id: subr_prof.c,v 1.27 1998/07/14 05:09:46 bde Exp $
*/
#include <sys/param.h>
@@ -341,8 +341,8 @@ SYSCTL_NODE(_kern, KERN_PROF, prof, CTLFLAG_RW, sysctl_kern_prof, "");
#ifndef _SYS_SYSPROTO_H_
struct profil_args {
caddr_t samples;
- u_int size;
- u_int offset;
+ size_t size;
+ size_t offset;
u_int scale;
};
#endif
OpenPOWER on IntegriCloud