* fhandler_proc.cc (format_proc_cpuinfo): Avoid leading whitespace in model

name.
This commit is contained in:
Christopher Faylor 2006-01-10 16:49:28 +00:00
parent 4c8650efd8
commit 23de77b72b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-10 Christopher Faylor <cgf@timesys.com>
* fhandler_proc.cc (format_proc_cpuinfo): Avoid leading whitespace in
model name.
2006-01-09 Christopher Faylor <cgf@timesys.com>
* spawn.cc (spawn_guts): Reorganize slightly so that 16 bit check is

View File

@ -793,7 +793,7 @@ format_proc_cpuinfo (char *destbuf, size_t maxsize)
type_str,
family,
model,
szBuffer,
szBuffer + strspn (szBuffer, " "),
stepping,
brand_id,
cpu_count,