FreeBSD Bugzilla – Attachment 17885 Details for
Bug 32342
vmstat.c: certain variables appear to have wrong declaration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 602 bytes, created by
Ryan Beasley
on 2001-11-27 22:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ryan Beasley
Created:
2001-11-27 22:30:01 UTC
Size:
602 bytes
patch
obsolete
>--- src/sys/sys/malloc.h.orig Tue Nov 27 15:56:32 2001 >+++ src/sys/sys/malloc.h Tue Nov 27 15:56:43 2001 >@@ -56,7 +56,7 @@ > long ks_limit; /* most that are allowed to exist */ > long ks_size; /* sizes of this thing that are allocated */ > long ks_inuse; /* # of packets of this type currently in use */ >- int64_t ks_calls; /* total packets of this type ever allocated */ >+ u_int64_t ks_calls; /* total packets of this type ever allocated */ > long ks_maxused; /* maximum number ever used */ > u_long ks_magic; /* if it's not magic, don't touch it */ > const char *ks_shortdesc; /* short description */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32342
:
17884
| 17885