Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267626
b: refs/heads/master
c: 064931d
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 6322fcc commit 2504b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2dda95f80b2afa4bf85c6419f40e11b545cda422
refs/heads/master: 064931d0bb088c56e80d427e91a812ee7dd8c7dc
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/tools/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void kvp_get_os_info(void)

uname(&uts_buf);
os_build = uts_buf.release;
processor_arch= uts_buf.machine;
processor_arch = uts_buf.machine;

file = fopen("/etc/SuSE-release", "r");
if (file != NULL)
Expand Down

0 comments on commit 2504b97

Please sign in to comment.