cvs commit: src/sys/i386/acpica acpi_wakeup.c

Craig Rodrigues rodrigc at FreeBSD.org
Thu Aug 18 00:28:27 GMT 2005


rodrigc     2005-08-18 00:28:25 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/acpica      acpi_wakeup.c 
  Log:
  Rename variables:
  r_gdt -> saved_gdt
  r_idt -> saved_idt
  r_ldt -> saved_ldt
  
  in order to prevent clashes with variables with same names
  defined in <machine/segments.h>.  This fixes compilation of this
  file with GCC 4.0.
  
  Reviewed by:    njl
  
  Revision  Changes    Path
  1.40      +13 -12    src/sys/i386/acpica/acpi_wakeup.c


More information about the cvs-src mailing list