Chameleon

Chameleon Commit Details

Date:2012-10-27 06:15:19 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2076
Parents: 2075
Message:Don't initialize memory that doesn't need to be, causes an extraneous call to __bzero
Changes:
M/trunk/i386/libsaio/acpi_patcher.c

File differences

trunk/i386/libsaio/acpi_patcher.c
9090
9191
9292
93
93
9494
9595
9696
int search_and_get_acpi_fd(const char * filename, const char ** outDirspec)
{
int fd = 0;
char dirSpec[512] = "";
char dirSpec[512];
// Try finding 'filename' in the usual places
// Start searching any potential location for ACPI Table

Archive Download the corresponding diff file

Revision: 2076