Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122500 | Differences between
and this patch

Collapse All | Expand All

(-)vmware-distrib.orig/bin/vmware-config.pl (-1 / +1 lines)
Lines 1972-1978 Link Here
1972
    . ' -E - | ' . shell_string($gHelper{'grep'}) . ' '
1972
    . ' -E - | ' . shell_string($gHelper{'grep'}) . ' '
1973
    . shell_string($pattern));
1973
    . shell_string($pattern));
1974
  chomp($header_page_offset);
1974
  chomp($header_page_offset);
1975
  $header_page_offset =~ s/^$pattern \(?0x([0-9a-fA-F]{8,}).*$/$1/;
1975
  $header_page_offset =~ s/^$pattern \(?(\(unsigned long\))?0x([0-9a-fA-F]{8,}).*$/$1/;
1976
  if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) {
1976
  if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) {
1977
    # We found a valid page offset
1977
    # We found a valid page offset
1978
    if (defined($gSystem{'page_offset'}) and
1978
    if (defined($gSystem{'page_offset'}) and

Return to bug 122500