FreeBSD Bugzilla – Attachment 166306 Details for
Bug 206758
[PATCH] Uninitalized variable in atrun
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix ncpu type
1.patch (text/plain), 376 bytes, created by
Konstantin Belousov
on 2016-01-30 15:23:48 UTC
(
hide
)
Description:
Fix ncpu type
Filename:
MIME Type:
Creator:
Konstantin Belousov
Created:
2016-01-30 15:23:48 UTC
Size:
376 bytes
patch
obsolete
>diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c >index 1e25766..1983e64 100644 >--- a/libexec/atrun/atrun.c >+++ b/libexec/atrun/atrun.c >@@ -459,7 +459,8 @@ main(int argc, char *argv[]) > int c; > int run_batch; > #ifdef __FreeBSD__ >- size_t ncpu, ncpusz; >+ int ncpu; >+ size_t ncpusz; > double load_avg = -1; > #else > double load_avg = LOADAVG_MX;
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 206758
:
166300
| 166306