Skip to content

Instantly share code, notes, and snippets.

@kelp
Created October 17, 2008 23:14
Show Gist options
  • Save kelp/17559 to your computer and use it in GitHub Desktop.
Save kelp/17559 to your computer and use it in GitHub Desktop.
--- cpu 2008-10-17 16:08:16.000000000 -0700
+++ cpu.orig 2008-10-17 11:58:33.000000000 -0700
@@ -116,7 +116,7 @@
$u_col = 2;
$s_col = 4;
$io_col = 5;
- $id_col = -1;
+ $id_col = 6;
} else {
# HP-UX and Solaris are the same
if ( $g_os eq "hpux" || $g_os eq "solaris" ) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment