13 lines
411 B
Diff
13 lines
411 B
Diff
--- open-vm-tools-2011.04.25-402641/lib/misc/hostinfoPosix.c.orig 2011-07-01 16:21:05.260000210 +0900
|
|
+++ open-vm-tools-2011.04.25-402641/lib/misc/hostinfoPosix.c 2011-07-01 16:21:30.120000215 +0900
|
|
@@ -643,9 +643,6 @@
|
|
int i = 0;
|
|
|
|
if ((fd = open(filename, O_RDONLY)) < 0) {
|
|
- Warning("%s: could not open file%s: %d\n", __FUNCTION__, filename,
|
|
- errno);
|
|
-
|
|
return FALSE;
|
|
}
|
|
|